#422346

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

Shades of Hot Purple #422346

Tints of Hot Purple #422346

Color information

#422346 (or 0x422346) is unknown color: approx Hot Purple. HEX triplet: 42, 23 and 46. RGB value is (66,35,70). Sum of RGB (Red+Green+Blue) = 66+35+70=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 35 (14.06% from 255 or 20.47% from 171); Blue value is 70 (27.73% from 255 or 40.94% from 171); Max value from RGB is 70 - color contains mainly: blue. Hex color #422346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422346 is #BDDCB9. Grayscale: #303030. Windows color (decimal): -12442810 or 4596546. OLE color: 4596546.

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

Color convert

RGB663570-
CMYK0.060.500.73
HSL293.14º33.33%20.59%-
HSV(B)293.14º50%27.45%-
XYZ3.952.86.13-
YUV48.26140.27140.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 35 (14.06% from 255) = 20.47%
BLUE value IS 70 (27.73% from 255) = 40.94%
R=38.60%
G=20.47%
B=40.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6635700.060.500.73293.1433.3320.59
Hex4223466320491252115
Octal1024310666201114454125
Binary100001010001110001101101100100100100110010010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422346; }

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

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

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

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

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

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

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

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