#422848

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

Shades of Hot Purple #422848

Tints of Hot Purple #422848

Color information

#422848 (or 0x422848) is unknown color: approx Hot Purple. HEX triplet: 42, 28 and 48. RGB value is (66,40,72). Sum of RGB (Red+Green+Blue) = 66+40+72=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 40 (16.02% from 255 or 22.47% from 178); Blue value is 72 (28.52% from 255 or 40.45% from 178); Max value from RGB is 72 - color contains mainly: blue. Hex color #422848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422848 is #BDD7B7. Grayscale: #333333. Windows color (decimal): -12441528 or 4728898. OLE color: 4728898.

HSL color Cylindrical-coordinate representation of color #422848: hue angle of 288.75º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #422848 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB664072-
CMYK0.080.4400.72
HSL288.75º28.57%21.96%-
HSV(B)288.75º44.44%28.24%-
XYZ4.183.146.52-
YUV51.42139.61138.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 40 (16.02% from 255) = 22.47%
BLUE value IS 72 (28.52% from 255) = 40.45%
R=37.08%
G=22.47%
B=40.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6640720.080.4400.72288.7528.5721.96
Hex42284882C0481211d16
Octal10250110105401104413526
Binary100001010100010010001000101100010010001001000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422848; }

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

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

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

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

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

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

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

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