#47254C

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

Shades of Hot Purple #47254C

Tints of Hot Purple #47254C

Color information

#47254C (or 0x47254C) is unknown color: approx Hot Purple. HEX triplet: 47, 25 and 4C. RGB value is (71,37,76). Sum of RGB (Red+Green+Blue) = 71+37+76=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 76 (30.08% from 255 or 41.30% from 184); Max value from RGB is 76 - color contains mainly: blue. Hex color #47254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47254C is #B8DAB3. Grayscale: #333333. Windows color (decimal): -12114612 or 4990279. OLE color: 4990279.

HSL color Cylindrical-coordinate representation of color #47254C: hue angle of 292.31º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #47254C is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB713776-
CMYK0.070.5100.70
HSL292.31º34.51%22.16%-
HSV(B)292.31º51.32%29.8%-
XYZ4.563.187.21-
YUV51.61141.76141.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.59%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 76 (30.08% from 255) = 41.30%
R=38.59%
G=20.11%
B=41.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7137760.070.5100.70292.3134.5122.16
Hex47254C7330461242316
Octal1074511476301064444326
Binary100011110010110011001111100110100011010010010010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47254C; }

 p { color: rgb(71,37,76); }

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

<style>
 a { background-color: #47254C; }

 a { background-color: rgb(71,37,76); }

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

<style>
 span { border-color: #47254C; }

 span { border-color: rgb(71,37,76); }

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