#422546

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

Shades of Hot Purple #422546

Tints of Hot Purple #422546

Color information

#422546 (or 0x422546) is unknown color: approx Hot Purple. HEX triplet: 42, 25 and 46. RGB value is (66,37,70). Sum of RGB (Red+Green+Blue) = 66+37+70=173 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.15% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 70 (27.73% from 255 or 40.46% from 173); Max value from RGB is 70 - color contains mainly: blue. Hex color #422546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422546 is #BDDAB9. Grayscale: #313131. Windows color (decimal): -12442298 or 4597058. OLE color: 4597058.

HSL color Cylindrical-coordinate representation of color #422546: hue angle of 292.73º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #422546 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB663770-
CMYK0.060.4700.73
HSL292.73º30.84%20.98%-
HSV(B)292.73º47.14%27.45%-
XYZ4.012.926.15-
YUV49.43139.61139.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.15%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 70 (27.73% from 255) = 40.46%
R=38.15%
G=21.39%
B=40.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6637700.060.4700.73292.7330.8420.98
Hex42254662F0491251f15
Octal1024510665701114453725
Binary10000101001011000110110101111010010011001001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422546; }

 p { color: rgb(66,37,70); }

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

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

 a { background-color: rgb(66,37,70); }

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

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

 span { border-color: rgb(66,37,70); }

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