#422B48

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

Shades of Hot Purple #422B48

Tints of Hot Purple #422B48

Color information

#422B48 (or 0x422B48) is unknown color: approx Hot Purple. HEX triplet: 42, 2B and 48. RGB value is (66,43,72). Sum of RGB (Red+Green+Blue) = 66+43+72=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #422B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B48 is #BDD4B7. Grayscale: #353535. Windows color (decimal): -12440760 or 4729666. OLE color: 4729666.

HSL color Cylindrical-coordinate representation of color #422B48: hue angle of 287.59º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #422B48 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB664372-
CMYK0.080.4000.72
HSL287.59º25.22%22.55%-
HSV(B)287.59º40.28%28.24%-
XYZ4.283.356.55-
YUV53.18138.62137.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 43 (17.19% from 255) = 23.76%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=36.46%
G=23.76%
B=39.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6643720.080.4000.72287.5925.2222.55
Hex422B488280481201917
Octal10253110105001104403127
Binary100001010101110010001000101000010010001001000001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422B48; }

 p { color: rgb(66,43,72); }

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

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

 a { background-color: rgb(66,43,72); }

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

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

 span { border-color: rgb(66,43,72); }

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