#422248

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

Shades of Hot Purple #422248

Tints of Hot Purple #422248

Color information

#422248 (or 0x422248) is unknown color: approx Hot Purple. HEX triplet: 42, 22 and 48. RGB value is (66,34,72). Sum of RGB (Red+Green+Blue) = 66+34+72=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #422248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422248 is #BDDDB7. Grayscale: #2F2F2F. Windows color (decimal): -12443064 or 4727362. OLE color: 4727362.

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

Color convert

RGB663472-
CMYK0.080.5300.72
HSL290.53º35.85%20.78%-
HSV(B)290.53º52.78%28.24%-
XYZ3.992.776.46-
YUV47.9141.6140.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 34 (13.67% from 255) = 19.77%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=38.37%
G=19.77%
B=41.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6634720.080.5300.72290.5335.8520.78
Hex4222488350481232415
Octal10242110106501104434425
Binary1000010100010100100010001101010100100010010001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422248; }

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

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

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

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

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

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

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

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