#421AB6

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

Shades of Purple Heart #421AB6

Tints of Purple Heart #421AB6

Color information

#421AB6 (or 0x421AB6) is unknown color: approx Purple Heart. HEX triplet: 42, 1A and B6. RGB value is (66,26,182). Sum of RGB (Red+Green+Blue) = 66+26+182=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 182 (71.48% from 255 or 66.42% from 274); Max value from RGB is 182 - color contains mainly: blue. Hex color #421AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421AB6 is #BDE549. Grayscale: #373737. Windows color (decimal): -12445002 or 11934274. OLE color: 11934274.

HSL color Cylindrical-coordinate representation of color #421AB6: hue angle of 255.38º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421AB6 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6626182-
CMYK0.640.8600.29
HSL255.38º75%40.78%-
HSV(B)255.38º85.71%71.37%-
XYZ11.065.2744.69-
YUV55.74199.25135.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 26 (10.55% from 255) = 9.49%
BLUE value IS 182 (71.48% from 255) = 66.42%
R=24.09%
G=9.49%
B=66.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66261820.640.8600.29255.387540.78
Hex421AB6405601Dff4b29
Octal1023226610012603537711351
Binary1000010110101011011010000001010110011101111111111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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