#47254E

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

Shades of Hot Purple #47254E

Tints of Hot Purple #47254E

Color information

#47254E (or 0x47254E) is unknown color: approx Hot Purple. HEX triplet: 47, 25 and 4E. RGB value is (71,37,78). Sum of RGB (Red+Green+Blue) = 71+37+78=186 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.17% from 186); Green value is 37 (14.84% from 255 or 19.89% from 186); Blue value is 78 (30.86% from 255 or 41.94% from 186); Max value from RGB is 78 - color contains mainly: blue. Hex color #47254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47254E is #B8DAB1. Grayscale: #333333. Windows color (decimal): -12114610 or 5121351. OLE color: 5121351.

HSL color Cylindrical-coordinate representation of color #47254E: hue angle of 289.76º 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 #47254E is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB713778-
CMYK0.090.5300.69
HSL289.76º35.65%22.55%-
HSV(B)289.76º52.56%30.59%-
XYZ4.643.217.58-
YUV51.84142.76141.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 38.17%
GREEN value IS 37 (14.84% from 255) = 19.89%
BLUE value IS 78 (30.86% from 255) = 41.94%
R=38.17%
G=19.89%
B=41.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7137780.090.5300.69289.7635.6522.55
Hex47254E9350451222417
Octal10745116116501054424427
Binary1000111100101100111010011101010100010110010001010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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