Shades of Purple Heart #421BBC
Tints of Purple Heart #421BBC
RGB
CMYK
RGB Variations
Color information
#421BBC (or 0x421BBC) is known color: Purple Heart. HEX triplet: 42, 1B and BC. RGB value is (66,27,188). Sum of RGB (Red+Green+Blue) = 66+27+188=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 27 (10.94% from 255 or 9.61% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #421BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BBC is #BDE443. Grayscale: #383838. Windows color (decimal): -12444740 or 12327746. OLE color: 12327746.
HSL color Cylindrical-coordinate representation of color #421BBC: hue angle of 254.53º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421BBC is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 27 | 188 | - |
| CMYK | 0.65 | 0.86 | 0 | 0.26 |
| HSL | 254.53º | 0.75% | 0.42% | - |
| HSV(B) | 254.53º | 0.86% | 0.74% | - |
| XYZ | 11.72 | 5.57 | 48.04 | - |
| YUV | 57.02 | 201.92 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 188 | 0.65 | 0.86 | 0 | 0.26 | 254.53 | 0.75 | 0.42 |
| Hex | 42 | 1B | BC | 41 | 56 | 0 | 1A | FF | 4B | 2A |
| Octal | 102 | 33 | 274 | 101 | 126 | 0 | 32 | 377 | 113 | 52 |
| Binary | 1000010 | 11011 | 10111100 | 1000001 | 1010110 | 0 | 11010 | 11111111 | 1001011 | 101010 |
Color Harmonies of #421BBC
Complementary color
Monochromatic Colors of #421BBC
Black with #421BBC
Text Example
Text Example
White with #421BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BBC; }
p { color: rgb(66,27,188); }
H1.HeaderClassName
{
color: #421BBC;
}
.AnyTagClassName
{
color: #421BBC;
}
</style>
background-color css
<style>
a { background-color: #421BBC; }
a { background-color: rgb(66,27,188); }
div.DivClassName
{
background-color: #421BBC;
}
.BgClassName
{
background-color: #421BBC;
}
</style>
border-color css
<style>
span { border-color: #421BBC; }
span { border-color: rgb(66,27,188); }
td.TdClassName
{
border-color: #421BBC;
}
.TagClassName
{
border-color: #421BBC;
}
</style>