#422646

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

Shades of Hot Purple #422646

Tints of Hot Purple #422646

Color information

#422646 (or 0x422646) is unknown color: approx Hot Purple. HEX triplet: 42, 26 and 46. RGB value is (66,38,70). Sum of RGB (Red+Green+Blue) = 66+38+70=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 70 - color contains mainly: blue. Hex color #422646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422646 is #BDD9B9. Grayscale: #313131. Windows color (decimal): -12442042 or 4597314. OLE color: 4597314.

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

Color convert

RGB663870-
CMYK0.060.4600.73
HSL292.5º29.63%21.18%-
HSV(B)292.5º45.71%27.45%-
XYZ4.052.996.16-
YUV50.02139.28139.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 38 (15.23% from 255) = 21.84%
BLUE value IS 70 (27.73% from 255) = 40.23%
R=37.93%
G=21.84%
B=40.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6638700.060.4600.73292.529.6321.18
Hex42264662E0491241e15
Octal1024610665601114443625
Binary10000101001101000110110101110010010011001001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422646; }

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

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

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

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

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

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

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

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