#422F47

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

Shades of Hot Purple #422F47

Tints of Hot Purple #422F47

Color information

#422F47 (or 0x422F47) is unknown color: approx Hot Purple. HEX triplet: 42, 2F and 47. RGB value is (66,47,71). Sum of RGB (Red+Green+Blue) = 66+47+71=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #422F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F47 is #BDD0B8. Grayscale: #373737. Windows color (decimal): -12439737 or 4665154. OLE color: 4665154.

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

Color convert

RGB664771-
CMYK0.070.3400.72
HSL287.5º20.34%23.14%-
HSV(B)287.5º33.8%27.84%-
XYZ4.43.656.43-
YUV55.42136.79135.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 47 (18.75% from 255) = 25.54%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=35.87%
G=25.54%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6647710.070.3400.72287.520.3423.14
Hex422F477220481201417
Octal1025710774201104402427
Binary10000101011111000111111100010010010001001000001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422F47; }

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

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

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

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

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

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

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

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