#422049

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

Shades of Hot Purple #422049

Tints of Hot Purple #422049

Color information

#422049 (or 0x422049) is unknown color: approx Hot Purple. HEX triplet: 42, 20 and 49. RGB value is (66,32,73). Sum of RGB (Red+Green+Blue) = 66+32+73=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #422049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422049 is #BDDFB6. Grayscale: #2E2E2E. Windows color (decimal): -12443575 or 4792386. OLE color: 4792386.

HSL color Cylindrical-coordinate representation of color #422049: hue angle of 289.76º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #422049 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB663273-
CMYK0.100.5600.71
HSL289.76º39.05%20.59%-
HSV(B)289.76º56.16%28.63%-
XYZ3.972.676.61-
YUV46.84142.76141.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 73 (28.91% from 255) = 42.69%
R=38.60%
G=18.71%
B=42.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6632730.100.5600.71289.7639.0520.59
Hex422049A380471222715
Octal10240111127001074424725
Binary1000010100000100100110101110000100011110010001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422049; }

 p { color: rgb(66,32,73); }

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

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

 a { background-color: rgb(66,32,73); }

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

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

 span { border-color: rgb(66,32,73); }

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