#422649

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

Shades of Hot Purple #422649

Tints of Hot Purple #422649

Color information

#422649 (or 0x422649) is unknown color: approx Hot Purple. HEX triplet: 42, 26 and 49. RGB value is (66,38,73). Sum of RGB (Red+Green+Blue) = 66+38+73=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 73 (28.91% from 255 or 41.24% from 177); Max value from RGB is 73 - color contains mainly: blue. Hex color #422649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422649 is #BDD9B6. Grayscale: #323232. Windows color (decimal): -12442039 or 4793922. OLE color: 4793922.

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

Color convert

RGB663873-
CMYK0.100.4800.71
HSL288º31.53%21.76%-
HSV(B)288º47.95%28.63%-
XYZ4.143.036.67-
YUV50.36140.78139.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.29%
GREEN value IS 38 (15.23% from 255) = 21.47%
BLUE value IS 73 (28.91% from 255) = 41.24%
R=37.29%
G=21.47%
B=41.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6638730.100.4800.7128831.5321.76
Hex422649A300471202016
Octal10246111126001074404026
Binary1000010100110100100110101100000100011110010000010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422649; }

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

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

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

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

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

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

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

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