#422549

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

Shades of Hot Purple #422549

Tints of Hot Purple #422549

Color information

#422549 (or 0x422549) is unknown color: approx Hot Purple. HEX triplet: 42, 25 and 49. RGB value is (66,37,73). Sum of RGB (Red+Green+Blue) = 66+37+73=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #422549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422549 is #BDDAB6. Grayscale: #313131. Windows color (decimal): -12442295 or 4793666. OLE color: 4793666.

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

Color convert

RGB663773-
CMYK0.100.4900.71
HSL288.33º32.73%21.57%-
HSV(B)288.33º49.32%28.63%-
XYZ4.112.966.66-
YUV49.78141.11139.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.5%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 73 (28.91% from 255) = 41.48%
R=37.5%
G=21.02%
B=41.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6637730.100.4900.71288.3332.7321.57
Hex422549A310471202116
Octal10245111126101074404126
Binary1000010100101100100110101100010100011110010000010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422549; }

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

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

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

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

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

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

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

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