Shades of Purple Heart #421FCB
Tints of Purple Heart #421FCB
RGB
CMYK
RGB Variations
Color information
#421FCB (or 0x421FCB) is known color: Purple Heart. HEX triplet: 42, 1F and CB. RGB value is (66,31,203). Sum of RGB (Red+Green+Blue) = 66+31+203=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 31 (12.5% from 255 or 10.33% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #421FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421FCB is #BDE034. Grayscale: #3C3C3C. Windows color (decimal): -12443701 or 13311810. OLE color: 13311810.
HSL color Cylindrical-coordinate representation of color #421FCB: hue angle of 252.21º 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 #421FCB is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 31 | 203 | - |
| CMYK | 0.67 | 0.85 | 0 | 0.20 |
| HSL | 252.21º | 0.74% | 0.46% | - |
| HSV(B) | 252.21º | 0.85% | 0.8% | - |
| XYZ | 13.52 | 6.45 | 57.03 | - |
| YUV | 61.07 | 208.1 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 31 | 203 | 0.67 | 0.85 | 0 | 0.20 | 252.21 | 0.74 | 0.46 |
| Hex | 42 | 1F | CB | 43 | 55 | 0 | 14 | FC | 4A | 2E |
| Octal | 102 | 37 | 313 | 103 | 125 | 0 | 24 | 374 | 112 | 56 |
| Binary | 1000010 | 11111 | 11001011 | 1000011 | 1010101 | 0 | 10100 | 11111100 | 1001010 | 101110 |
Color Harmonies of #421FCB
Complementary color
Monochromatic Colors of #421FCB
Black with #421FCB
Text Example
Text Example
White with #421FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421FCB; }
p { color: rgb(66,31,203); }
H1.HeaderClassName
{
color: #421FCB;
}
.AnyTagClassName
{
color: #421FCB;
}
</style>
background-color css
<style>
a { background-color: #421FCB; }
a { background-color: rgb(66,31,203); }
div.DivClassName
{
background-color: #421FCB;
}
.BgClassName
{
background-color: #421FCB;
}
</style>
border-color css
<style>
span { border-color: #421FCB; }
span { border-color: rgb(66,31,203); }
td.TdClassName
{
border-color: #421FCB;
}
.TagClassName
{
border-color: #421FCB;
}
</style>