#470E4B

Color #470E4B Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #470E4B

Tints of Hot Purple #470E4B

Color information

#470E4B (or 0x470E4B) is unknown color: approx Hot Purple. HEX triplet: 47, 0E and 4B. RGB value is (71,14,75). Sum of RGB (Red+Green+Blue) = 71+14+75=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #470E4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #470E4B is #B8F1B4. Grayscale: #252525. Windows color (decimal): -12120501 or 4918855. OLE color: 4918855.

HSL color Cylindrical-coordinate representation of color #470E4B: hue angle of 296.07º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #470E4B is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB711475-
CMYK0.050.8100.71
HSL296.07º68.54%17.45%-
HSV(B)296.07º81.33%29.41%-
XYZ4.032.166.86-
YUV38148.88151.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 44.38%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 75 (29.69% from 255) = 46.88%
R=44.38%
G=8.75%
B=46.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7114750.050.8100.71296.0768.5417.45
Hex47E4B5510471284511
Octal107161135121010745010521
Binary100011111101001011101101000101000111100101000100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #470E4B;
 }
 .AnyTagClassName
 {
   color: #470E4B;
 }
</style>
background-color css

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

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

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

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

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

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