#421ABF

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

Shades of Purple Heart #421ABF

Tints of Purple Heart #421ABF

Color information

#421ABF (or 0x421ABF) is unknown color: approx Purple Heart. HEX triplet: 42, 1A and BF. RGB value is (66,26,191). Sum of RGB (Red+Green+Blue) = 66+26+191=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 191 (75% from 255 or 67.49% from 283); Max value from RGB is 191 - color contains mainly: blue. Hex color #421ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421ABF is #BDE540. Grayscale: #383838. Windows color (decimal): -12444993 or 12524098. OLE color: 12524098.

HSL color Cylindrical-coordinate representation of color #421ABF: hue angle of 254.55º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421ABF is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6626191-
CMYK0.650.8600.25
HSL254.55º76.04%42.55%-
HSV(B)254.55º86.39%74.9%-
XYZ12.025.6649.75-
YUV56.77203.75134.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.32%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 191 (75% from 255) = 67.49%
R=23.32%
G=9.19%
B=67.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal66261910.650.8600.25254.5576.0442.55
Hex421ABF4156019ff4c2b
Octal1023227710112603137711453
Binary1000010110101011111110000011010110011001111111111001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,26,191); }

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

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

 a { background-color: rgb(66,26,191); }

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

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

 span { border-color: rgb(66,26,191); }

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