Shades of Purple Heart #421FCC
Tints of Purple Heart #421FCC
RGB
CMYK
RGB Variations
Color information
#421FCC (or 0x421FCC) is known color: 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
| RGB | 66 | 31 | 204 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.2 |
| HSL | 252.14º | 0.74% | 0.46% | - |
| HSV(B) | 252.14º | 0.85% | 0.8% | - |
| XYZ | 13.64 | 6.5 | 57.66 | - |
| YUV | 61.19 | 208.6 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 204 | 0.68 | 0.85 | 0 | 0.2 | 252.14 | 0.74 | 0.46 |
| Hex | 42 | 1F | CC | 44 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 102 | 37 | 314 | 104 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000010 | 11111 | 11001100 | 1000100 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #421FCC
Complementary color
Monochromatic Colors of #421FCC
Black with #421FCC
Text Example
Text Example
White with #421FCC
Text Example
Text Example
HTML Codes & Css Web 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>