Shades of Purple Heart #421FCF
Tints of Purple Heart #421FCF
RGB
CMYK
RGB Variations
Color information
#421FCF (or 0x421FCF) is known color: Purple Heart. HEX triplet: 42, 1F and CF. RGB value is (66,31,207). Sum of RGB (Red+Green+Blue) = 66+31+207=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 31 (12.5% from 255 or 10.20% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #421FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FCF is #BDE030. Grayscale: #3C3C3C. Windows color (decimal): -12443697 or 13573954. OLE color: 13573954.
HSL color Cylindrical-coordinate representation of color #421FCF: hue angle of 251.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421FCF is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 31 | 207 | - |
| CMYK | 0.68 | 0.85 | 0 | 0.19 |
| HSL | 251.93º | 0.74% | 0.47% | - |
| HSV(B) | 251.93º | 0.85% | 0.81% | - |
| XYZ | 14 | 6.64 | 59.58 | - |
| YUV | 61.53 | 210.1 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 207 | 0.68 | 0.85 | 0 | 0.19 | 251.93 | 0.74 | 0.47 |
| Hex | 42 | 1F | CF | 44 | 55 | 0 | 13 | FC | 4A | 2F |
| Octal | 102 | 37 | 317 | 104 | 125 | 0 | 23 | 374 | 112 | 57 |
| Binary | 1000010 | 11111 | 11001111 | 1000100 | 1010101 | 0 | 10011 | 11111100 | 1001010 | 101111 |
Color Harmonies of #421FCF
Complementary color
Monochromatic Colors of #421FCF
Black with #421FCF
Text Example
Text Example
White with #421FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FCF; }
p { color: rgb(66,31,207); }
H1.HeaderClassName
{
color: #421FCF;
}
.AnyTagClassName
{
color: #421FCF;
}
</style>
background-color css
<style>
a { background-color: #421FCF; }
a { background-color: rgb(66,31,207); }
div.DivClassName
{
background-color: #421FCF;
}
.BgClassName
{
background-color: #421FCF;
}
</style>
border-color css
<style>
span { border-color: #421FCF; }
span { border-color: rgb(66,31,207); }
td.TdClassName
{
border-color: #421FCF;
}
.TagClassName
{
border-color: #421FCF;
}
</style>