#421749

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

Shades of Hot Purple #421749

Tints of Hot Purple #421749

Color information

#421749 (or 0x421749) is unknown color: approx Hot Purple. HEX triplet: 42, 17 and 49. RGB value is (66,23,73). Sum of RGB (Red+Green+Blue) = 66+23+73=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 73 - color contains mainly: blue. Hex color #421749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #421749 is #BDE8B6. Grayscale: #292929. Windows color (decimal): -12445879 or 4790082. OLE color: 4790082.

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

Color convert

RGB662373-
CMYK0.100.6800.71
HSL291.6º52.08%18.82%-
HSV(B)291.6º68.49%28.63%-
XYZ3.762.256.54-
YUV41.56145.75145.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.74%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 73 (28.91% from 255) = 45.06%
R=40.74%
G=14.20%
B=45.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6623730.100.6800.71291.652.0818.82
Hex421749A440471243413
Octal102271111210401074446423
Binary1000010101111001001101010001000100011110010010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421749; }

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

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

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

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

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

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

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

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