#422447

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

Shades of Hot Purple #422447

Tints of Hot Purple #422447

Color information

#422447 (or 0x422447) is unknown color: approx Hot Purple. HEX triplet: 42, 24 and 47. RGB value is (66,36,71). Sum of RGB (Red+Green+Blue) = 66+36+71=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #422447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422447 is #BDDBB8. Grayscale: #303030. Windows color (decimal): -12442553 or 4662338. OLE color: 4662338.

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

Color convert

RGB663671-
CMYK0.070.4900.72
HSL291.43º32.71%20.98%-
HSV(B)291.43º49.3%27.84%-
XYZ4.012.876.3-
YUV48.96140.44140.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 71 (28.12% from 255) = 41.04%
R=38.15%
G=20.81%
B=41.04%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6636710.070.4900.72291.4332.7120.98
Hex4224477310481232115
Octal1024410776101104434125
Binary100001010010010001111111100010100100010010001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422447; }

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

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

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

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

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

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

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

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