#422C48

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

Shades of Hot Purple #422C48

Tints of Hot Purple #422C48

Color information

#422C48 (or 0x422C48) is unknown color: approx Hot Purple. HEX triplet: 42, 2C and 48. RGB value is (66,44,72). Sum of RGB (Red+Green+Blue) = 66+44+72=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 44 (17.58% from 255 or 24.18% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #422C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C48 is #BDD3B7. Grayscale: #353535. Windows color (decimal): -12440504 or 4729922. OLE color: 4729922.

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

Color convert

RGB664472-
CMYK0.080.3900.72
HSL287.14º24.14%22.75%-
HSV(B)287.14º38.89%28.24%-
XYZ4.323.436.56-
YUV53.77138.29136.72-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 44 (17.58% from 255) = 24.18%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=36.26%
G=24.18%
B=39.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6644720.080.3900.72287.1424.1422.75
Hex422C4882704811f1817
Octal10254110104701104373027
Binary100001010110010010001000100111010010001000111111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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