#422F45

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

Shades of Hot Purple #422F45

Tints of Hot Purple #422F45

Color information

#422F45 (or 0x422F45) is unknown color: approx Hot Purple. HEX triplet: 42, 2F and 45. RGB value is (66,47,69). Sum of RGB (Red+Green+Blue) = 66+47+69=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 69 - color contains mainly: blue. Hex color #422F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F45 is #BDD0BA. Grayscale: #373737. Windows color (decimal): -12439739 or 4534082. OLE color: 4534082.

HSL color Cylindrical-coordinate representation of color #422F45: hue angle of 291.82º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #422F45 is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB664769-
CMYK0.040.3200.73
HSL291.82º18.97%22.75%-
HSV(B)291.82º31.88%27.06%-
XYZ4.343.626.1-
YUV55.19135.79135.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.26%
GREEN value IS 47 (18.75% from 255) = 25.82%
BLUE value IS 69 (27.34% from 255) = 37.91%
R=36.26%
G=25.82%
B=37.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6647690.040.3200.73291.8218.9722.75
Hex422F454200491241317
Octal1025710544001114442327
Binary10000101011111000101100100000010010011001001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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