#422947

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

Shades of Hot Purple #422947

Tints of Hot Purple #422947

Color information

#422947 (or 0x422947) is unknown color: approx Hot Purple. HEX triplet: 42, 29 and 47. RGB value is (66,41,71). Sum of RGB (Red+Green+Blue) = 66+41+71=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 71 (28.12% from 255 or 39.89% from 178); Max value from RGB is 71 - color contains mainly: blue. Hex color #422947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422947 is #BDD6B8. Grayscale: #333333. Windows color (decimal): -12441273 or 4663618. OLE color: 4663618.

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

Color convert

RGB664171-
CMYK0.070.4200.72
HSL290º26.79%21.96%-
HSV(B)290º42.25%27.84%-
XYZ4.183.26.36-
YUV51.9138.78138.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 71 (28.12% from 255) = 39.89%
R=37.08%
G=23.03%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6641710.070.4200.7229026.7921.96
Hex42294772A0481221b16
Octal1025110775201104423326
Binary10000101010011000111111101010010010001001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422947; }

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

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

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

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

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

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

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

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