#421DC6

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

Shades of Purple Heart #421DC6

Tints of Purple Heart #421DC6

Color information

#421DC6 (or 0x421DC6) is unknown color: approx Purple Heart. HEX triplet: 42, 1D and C6. RGB value is (66,29,198). Sum of RGB (Red+Green+Blue) = 66+29+198=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 29 (11.72% from 255 or 9.90% from 293); Blue value is 198 (77.73% from 255 or 67.58% from 293); Max value from RGB is 198 - color contains mainly: blue. Hex color #421DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421DC6 is #BDE239. Grayscale: #3A3A3A. Windows color (decimal): -12444218 or 12983618. OLE color: 12983618.

HSL color Cylindrical-coordinate representation of color #421DC6: hue angle of 253.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421DC6 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB6629198-
CMYK0.670.8500.22
HSL253.14º74.45%44.51%-
HSV(B)253.14º85.35%77.65%-
XYZ12.886.1153.93-
YUV59.33206.26132.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22.53%
GREEN value IS 29 (11.72% from 255) = 9.90%
BLUE value IS 198 (77.73% from 255) = 67.58%
R=22.53%
G=9.90%
B=67.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal66291980.670.8500.22253.1474.4544.51
Hex421DC64355016fd4a2d
Octal1023530610312502637511255
Binary1000010111011100011010000111010101010110111111011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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