#422148

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

Shades of Hot Purple #422148

Tints of Hot Purple #422148

Color information

#422148 (or 0x422148) is unknown color: approx Hot Purple. HEX triplet: 42, 21 and 48. RGB value is (66,33,72). Sum of RGB (Red+Green+Blue) = 66+33+72=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #422148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422148 is #BDDEB7. Grayscale: #2F2F2F. Windows color (decimal): -12443320 or 4727106. OLE color: 4727106.

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

Color convert

RGB663372-
CMYK0.080.5400.72
HSL290.77º37.14%20.59%-
HSV(B)290.77º54.17%28.24%-
XYZ3.962.716.45-
YUV47.31141.93141.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 72 (28.52% from 255) = 42.11%
R=38.60%
G=19.30%
B=42.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6633720.080.5400.72290.7737.1420.59
Hex4221488360481232515
Octal10241110106601104434525
Binary1000010100001100100010001101100100100010010001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422148; }

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

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

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

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

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

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

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

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