#421D4B

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

Shades of Hot Purple #421D4B

Tints of Hot Purple #421D4B

Color information

#421D4B (or 0x421D4B) is unknown color: approx Hot Purple. HEX triplet: 42, 1D and 4B. RGB value is (66,29,75). Sum of RGB (Red+Green+Blue) = 66+29+75=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #421D4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D4B is #BDE2B4. Grayscale: #2D2D2D. Windows color (decimal): -12444341 or 4922690. OLE color: 4922690.

HSL color Cylindrical-coordinate representation of color #421D4B: hue angle of 288.26º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #421D4B is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB662975-
CMYK0.120.6100.71
HSL288.26º44.23%20.39%-
HSV(B)288.26º61.33%29.41%-
XYZ3.962.546.94-
YUV45.31144.76142.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=38.82%
G=17.06%
B=44.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6629750.120.6100.71288.2644.2320.39
Hex421D4BC3D0471202c14
Octal10235113147501074405424
Binary100001011101100101111001111010100011110010000010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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