#421DCC

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

Shades of Purple Heart #421DCC

Tints of Purple Heart #421DCC

Color information

#421DCC (or 0x421DCC) is unknown color: approx Purple Heart. HEX triplet: 42, 1D and CC. RGB value is (66,29,204). Sum of RGB (Red+Green+Blue) = 66+29+204=299 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.07% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #421DCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DCC is #BDE233. Grayscale: #3B3B3B. Windows color (decimal): -12444212 or 13376834. OLE color: 13376834.

HSL color Cylindrical-coordinate representation of color #421DCC: hue angle of 252.69º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421DCC is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6629204-
CMYK0.680.8600.2
HSL252.69º75.11%45.69%-
HSV(B)252.69º85.78%80%-
XYZ13.596.457.65-
YUV60.01209.26132.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.07%
GREEN value IS 29 (11.72% from 255) = 9.70%
BLUE value IS 204 (80.08% from 255) = 68.23%
R=22.07%
G=9.70%
B=68.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66292040.680.8600.2252.6975.1145.69
Hex421DCC4456014fd4b2e
Octal1023531410412602437511356
Binary1000010111011100110010001001010110010100111111011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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