#422349

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

Shades of Hot Purple #422349

Tints of Hot Purple #422349

Color information

#422349 (or 0x422349) is unknown color: approx Hot Purple. HEX triplet: 42, 23 and 49. RGB value is (66,35,73). Sum of RGB (Red+Green+Blue) = 66+35+73=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 73 (28.91% from 255 or 41.95% from 174); Max value from RGB is 73 - color contains mainly: blue. Hex color #422349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422349 is #BDDCB6. Grayscale: #303030. Windows color (decimal): -12442807 or 4793154. OLE color: 4793154.

HSL color Cylindrical-coordinate representation of color #422349: hue angle of 288.95º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #422349 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB663573-
CMYK0.100.5200.71
HSL288.95º35.19%21.18%-
HSV(B)288.95º52.05%28.63%-
XYZ4.052.846.64-
YUV48.6141.77140.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.93%
GREEN value IS 35 (14.06% from 255) = 20.11%
BLUE value IS 73 (28.91% from 255) = 41.95%
R=37.93%
G=20.11%
B=41.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6635730.100.5200.71288.9535.1921.18
Hex422349A340471212315
Octal10243111126401074414325
Binary1000010100011100100110101101000100011110010000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #422349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #422349; }

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

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

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

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

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

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

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

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