#421949

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

Shades of Hot Purple #421949

Tints of Hot Purple #421949

Color information

#421949 (or 0x421949) is unknown color: approx Hot Purple. HEX triplet: 42, 19 and 49. RGB value is (66,25,73). Sum of RGB (Red+Green+Blue) = 66+25+73=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #421949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421949 is #BDE6B6. Grayscale: #2A2A2A. Windows color (decimal): -12445367 or 4790594. OLE color: 4790594.

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

Color convert

RGB662573-
CMYK0.100.6600.71
HSL291.25º48.98%19.22%-
HSV(B)291.25º65.75%28.63%-
XYZ3.82.336.55-
YUV42.73145.08144.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 25 (10.16% from 255) = 15.24%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=40.24%
G=15.24%
B=44.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6625730.100.6600.71291.2548.9819.22
Hex421949A420471233113
Octal102311111210201074436123
Binary1000010110011001001101010000100100011110010001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421949; }

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

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

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

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

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

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

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

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