#47204F

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

Shades of Hot Purple #47204F

Tints of Hot Purple #47204F

Color information

#47204F (or 0x47204F) is unknown color: approx Hot Purple. HEX triplet: 47, 20 and 4F. RGB value is (71,32,79). Sum of RGB (Red+Green+Blue) = 71+32+79=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 79 (31.25% from 255 or 43.41% from 182); Max value from RGB is 79 - color contains mainly: blue. Hex color #47204F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47204F is #B8DFB0. Grayscale: #303030. Windows color (decimal): -12115889 or 5185607. OLE color: 5185607.

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

Color convert

RGB713279-
CMYK0.100.5900.69
HSL289.79º42.34%21.76%-
HSV(B)289.79º59.49%30.98%-
XYZ4.532.947.73-
YUV49.02144.92143.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.01%
GREEN value IS 32 (12.89% from 255) = 17.58%
BLUE value IS 79 (31.25% from 255) = 43.41%
R=39.01%
G=17.58%
B=43.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7132790.100.5900.69289.7942.3421.76
Hex47204FA3B0451222a16
Octal10740117127301054425226
Binary1000111100000100111110101110110100010110010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47204F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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