Html Css Color HEX #470E4E Hot Purple

📋 copy color: '#470E4E'

red 71 ◦ green 14 ◦ blue 78

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

Shades of Hot Purple #470E4E

Tints of Hot Purple #470E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.59%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 43.56%
G = 8.59%
B = 47.85%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#470E4E (or 0x470E4E) is known color: Hot Purple. HEX triplet: 47, 0E and 4E. RGB value is (71,14,78). Sum of RGB (Red+Green+Blue) = 71+14+78=163 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.56% from 163); Green value is 14 (5.86% from 255 or 8.59% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 78 - color contains mainly: blue. Hex color #470E4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470E4E is #B8F1B1. Grayscale: #262626. Windows color (decimal): -12120498 or 5115463. OLE color: 5115463.

HSL color Cylindrical-coordinate representation of color #470E4E: hue angle of 293.44º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #470E4E is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 14 78 -
CMYK 0.09 0.82 0 0.69
HSL 293.44º 0.7% 0.18% -
HSV(B) 293.44º 0.82% 0.31% -
XYZ 4.13 2.2 7.42 -
YUV 38.34 150.38 151.3 -
System Red Green Blue C M Y K H S L
Decimal 71 14 78 0.09 0.82 0 0.69 293.44 0.7 0.18
Hex 47 E 4E 9 52 0 45 125 46 12
Octal 107 16 116 11 122 0 105 445 106 22
Binary 1000111 1110 1001110 1001 1010010 0 1000101 100100101 1000110 10010

Color Harmonies of #470E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E4E

Black with #470E4E

Text Example


Text Example

White with #470E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #470E4E; }

 p { color: rgb(71,14,78); }

 H1.HeaderClassName
 {
   color: #470E4E;
 }
 .AnyTagClassName
 {
   color: #470E4E;
 }
</style>

background-color css

<style>
 a { background-color: #470E4E; }

 a { background-color: rgb(71,14,78); }

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

border-color css

<style>
 span { border-color: #470E4E; }

 span { border-color: rgb(71,14,78); }

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