#421D48

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

Shades of Hot Purple #421D48

Tints of Hot Purple #421D48

Color information

#421D48 (or 0x421D48) is unknown color: approx Hot Purple. HEX triplet: 42, 1D and 48. RGB value is (66,29,72). Sum of RGB (Red+Green+Blue) = 66+29+72=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #421D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D48 is #BDE2B7. Grayscale: #2C2C2C. Windows color (decimal): -12444344 or 4726082. OLE color: 4726082.

HSL color Cylindrical-coordinate representation of color #421D48: hue angle of 291.63º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #421D48 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB662972-
CMYK0.080.6000.72
HSL291.63º42.57%19.8%-
HSV(B)291.63º59.72%28.24%-
XYZ3.862.56.41-
YUV44.96143.26143-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.52%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=39.52%
G=17.37%
B=43.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6629720.080.6000.72291.6342.5719.8
Hex421D4883C0481242b14
Octal10235110107401104445324
Binary100001011101100100010001111000100100010010010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421D48; }

 p { color: rgb(66,29,72); }

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

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

 a { background-color: rgb(66,29,72); }

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

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

 span { border-color: rgb(66,29,72); }

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