#422047

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

Shades of Hot Purple #422047

Tints of Hot Purple #422047

Color information

#422047 (or 0x422047) is unknown color: approx Hot Purple. HEX triplet: 42, 20 and 47. RGB value is (66,32,71). Sum of RGB (Red+Green+Blue) = 66+32+71=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 32 (12.89% from 255 or 18.93% from 169); Blue value is 71 (28.12% from 255 or 42.01% from 169); Max value from RGB is 71 - color contains mainly: blue. Hex color #422047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422047 is #BDDFB8. Grayscale: #2E2E2E. Windows color (decimal): -12443577 or 4661314. OLE color: 4661314.

HSL color Cylindrical-coordinate representation of color #422047: hue angle of 292.31º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #422047 is Cyan = 0.07, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB663271-
CMYK0.070.5500.72
HSL292.31º37.86%20.2%-
HSV(B)292.31º54.93%27.84%-
XYZ3.92.656.27-
YUV46.61141.76141.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 32 (12.89% from 255) = 18.93%
BLUE value IS 71 (28.12% from 255) = 42.01%
R=39.05%
G=18.93%
B=42.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6632710.070.5500.72292.3137.8620.2
Hex4220477370481242614
Octal1024010776701104444624
Binary100001010000010001111111101110100100010010010010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422047; }

 p { color: rgb(66,32,71); }

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

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

 a { background-color: rgb(66,32,71); }

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

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

 span { border-color: rgb(66,32,71); }

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