#421FCC

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

Shades of Purple Heart #421FCC

Tints of Purple Heart #421FCC

Color information

#421FCC (or 0x421FCC) is unknown color: approx Purple Heart. HEX triplet: 42, 1F and CC. RGB value is (66,31,204). Sum of RGB (Red+Green+Blue) = 66+31+204=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #421FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FCC is #BDE033. Grayscale: #3C3C3C. Windows color (decimal): -12443700 or 13377346. OLE color: 13377346.

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

Color convert

RGB6631204-
CMYK0.680.8500.2
HSL252.14º73.62%46.08%-
HSV(B)252.14º84.8%80%-
XYZ13.646.557.66-
YUV61.19208.6131.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 31 (12.5% from 255) = 10.30%
BLUE value IS 204 (80.08% from 255) = 67.77%
R=21.93%
G=10.30%
B=67.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal66312040.680.8500.2252.1473.6246.08
Hex421FCC4455014fc4a2e
Octal1023731410412502437411256
Binary1000010111111100110010001001010101010100111111001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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