Html Css Color HEX #47074F Hot Purple

📋 copy color: '#47074F'

red 71 ◦ green 7 ◦ blue 79

#47074F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #47074F

Tints of Hot Purple #47074F

RGB

 RED value IS 71 (28.13% from 255) = 45.22%

 GREEN value IS 7 (3.13% from 255) = 4.46%

 BLUE value IS 79 (31.25% from 255) = 50.32%

R = 45.22%
G = 4.46%
B = 50.32%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#47074F (or 0x47074F) is known color: Hot Purple. HEX triplet: 47, 07 and 4F. RGB value is (71,7,79). Sum of RGB (Red+Green+Blue) = 71+7+79=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #47074F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47074F is #B8F8B0. Grayscale: #222222. Windows color (decimal): -12122289 or 5179207. OLE color: 5179207.

HSL color Cylindrical-coordinate representation of color #47074F: hue angle of 293.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #47074F is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 7 79 -
CMYK 0.10 0.91 0 0.69
HSL 293.33º 0.84% 0.17% -
HSV(B) 293.33º 0.91% 0.31% -
XYZ 4.09 2.06 7.58 -
YUV 34.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 71 7 79 0.10 0.91 0 0.69 293.33 0.84 0.17
Hex 47 7 4F A 5B 0 45 125 54 11
Octal 107 7 117 12 133 0 105 445 124 21
Binary 1000111 111 1001111 1010 1011011 0 1000101 100100101 1010100 10001

Color Harmonies of #47074F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47074F

Black with #47074F

Text Example


Text Example

White with #47074F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47074F; }

 p { color: rgb(71,7,79); }

 H1.HeaderClassName
 {
   color: #47074F;
 }
 .AnyTagClassName
 {
   color: #47074F;
 }
</style>

background-color css

<style>
 a { background-color: #47074F; }

 a { background-color: rgb(71,7,79); }

 div.DivClassName
 {
   background-color: #47074F;
 }
 .BgClassName
 {
   background-color: #47074F;
 }
</style>

border-color css

<style>
 span { border-color: #47074F; }

 span { border-color: rgb(71,7,79); }

 td.TdClassName
 {
   border-color: #47074F;
 }
 .TagClassName
 {
   border-color: #47074F;
 }
</style>