#47024E

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

Shades of Hot Purple #47024E

Tints of Hot Purple #47024E

Color information

#47024E (or 0x47024E) is unknown color: approx Hot Purple. HEX triplet: 47, 02 and 4E. RGB value is (71,2,78). Sum of RGB (Red+Green+Blue) = 71+2+78=151 (20% of max value = 765). Red value is 71 (28.12% from 255 or 47.02% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 78 (30.86% from 255 or 51.66% from 151); Max value from RGB is 78 - color contains mainly: blue. Hex color #47024E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47024E is #B8FDB1. Grayscale: #1F1F1F. Windows color (decimal): -12123570 or 5112391. OLE color: 5112391.

HSL color Cylindrical-coordinate representation of color #47024E: hue angle of 294.47º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47024E is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB71278-
CMYK0.090.9700.69
HSL294.47º95%15.69%-
HSV(B)294.47º97.44%30.59%-
XYZ41.937.37-
YUV31.3154.36156.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 47.02%
GREEN value IS 2 (1.17% from 255) = 1.32%
BLUE value IS 78 (30.86% from 255) = 51.66%
R=47.02%
G=1.32%
B=51.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal712780.090.9700.69294.479515.69
Hex4724E9610451265f10
Octal107211611141010544613720
Binary10001111010011101001110000101000101100100110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47024E; }

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

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

<style>
 a { background-color: #47024E; }

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

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

<style>
 span { border-color: #47024E; }

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

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