#47254F

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

Shades of Hot Purple #47254F

Tints of Hot Purple #47254F

Color information

#47254F (or 0x47254F) is unknown color: approx Hot Purple. HEX triplet: 47, 25 and 4F. RGB value is (71,37,79). Sum of RGB (Red+Green+Blue) = 71+37+79=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 37 (14.84% from 255 or 19.79% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 79 - color contains mainly: blue. Hex color #47254F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47254F is #B8DAB0. Grayscale: #333333. Windows color (decimal): -12114609 or 5186887. OLE color: 5186887.

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

Color convert

RGB713779-
CMYK0.100.5300.69
HSL288.57º36.21%22.75%-
HSV(B)288.57º53.16%30.98%-
XYZ4.673.237.77-
YUV51.95143.26141.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 37.97%
GREEN value IS 37 (14.84% from 255) = 19.79%
BLUE value IS 79 (31.25% from 255) = 42.25%
R=37.97%
G=19.79%
B=42.25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7137790.100.5300.69288.5736.2122.75
Hex47254FA350451212417
Octal10745117126501054414427
Binary1000111100101100111110101101010100010110010000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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