Shades of Purple Heart #421BC8
Tints of Purple Heart #421BC8
RGB
CMYK
RGB Variations
Color information
#421BC8 (or 0x421BC8) is known color: Purple Heart. HEX triplet: 42, 1B and C8. RGB value is (66,27,200). Sum of RGB (Red+Green+Blue) = 66+27+200=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 27 (10.94% from 255 or 9.22% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #421BC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BC8 is #BDE437. Grayscale: #393939. Windows color (decimal): -12444728 or 13114178. OLE color: 13114178.
HSL color Cylindrical-coordinate representation of color #421BC8: hue angle of 253.53º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #421BC8 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 27 | 200 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.22 |
| HSL | 253.53º | 0.76% | 0.45% | - |
| HSV(B) | 253.53º | 0.87% | 0.78% | - |
| XYZ | 13.06 | 6.11 | 55.13 | - |
| YUV | 58.38 | 207.92 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 200 | 0.67 | 0.86 | 0 | 0.22 | 253.53 | 0.76 | 0.45 |
| Hex | 42 | 1B | C8 | 43 | 56 | 0 | 16 | FE | 4C | 2D |
| Octal | 102 | 33 | 310 | 103 | 126 | 0 | 26 | 376 | 114 | 55 |
| Binary | 1000010 | 11011 | 11001000 | 1000011 | 1010110 | 0 | 10110 | 11111110 | 1001100 | 101101 |
Color Harmonies of #421BC8
Complementary color
Monochromatic Colors of #421BC8
Black with #421BC8
Text Example
Text Example
White with #421BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BC8; }
p { color: rgb(66,27,200); }
H1.HeaderClassName
{
color: #421BC8;
}
.AnyTagClassName
{
color: #421BC8;
}
</style>
background-color css
<style>
a { background-color: #421BC8; }
a { background-color: rgb(66,27,200); }
div.DivClassName
{
background-color: #421BC8;
}
.BgClassName
{
background-color: #421BC8;
}
</style>
border-color css
<style>
span { border-color: #421BC8; }
span { border-color: rgb(66,27,200); }
td.TdClassName
{
border-color: #421BC8;
}
.TagClassName
{
border-color: #421BC8;
}
</style>