#421DAF

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

Shades of Purple Heart #421DAF

Tints of Purple Heart #421DAF

Color information

#421DAF (or 0x421DAF) is unknown color: approx Purple Heart. HEX triplet: 42, 1D and AF. RGB value is (66,29,175). Sum of RGB (Red+Green+Blue) = 66+29+175=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #421DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421DAF is #BDE250. Grayscale: #383838. Windows color (decimal): -12444241 or 11476290. OLE color: 11476290.

HSL color Cylindrical-coordinate representation of color #421DAF: hue angle of 255.21º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421DAF is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6629175-
CMYK0.620.8300.31
HSL255.21º71.57%40%-
HSV(B)255.21º83.43%68.63%-
XYZ10.425.1341-
YUV56.71194.76134.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 29 (11.72% from 255) = 10.74%
BLUE value IS 175 (68.75% from 255) = 64.81%
R=24.44%
G=10.74%
B=64.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66291750.620.8300.31255.2171.5740
Hex421DAF3E5301Fff4828
Octal102352577612303737711050
Binary100001011101101011111111101010011011111111111111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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