Shades of Purple Heart #421CBC
Tints of Purple Heart #421CBC
RGB
CMYK
RGB Variations
Color information
#421CBC (or 0x421CBC) is known color: Purple Heart. HEX triplet: 42, 1C and BC. RGB value is (66,28,188). Sum of RGB (Red+Green+Blue) = 66+28+188=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #421CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CBC is #BDE343. Grayscale: #393939. Windows color (decimal): -12444484 or 12328002. OLE color: 12328002.
HSL color Cylindrical-coordinate representation of color #421CBC: hue angle of 254.25º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421CBC is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 28 | 188 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.26 |
| HSL | 254.25º | 0.74% | 0.42% | - |
| HSV(B) | 254.25º | 0.85% | 0.74% | - |
| XYZ | 11.74 | 5.62 | 48.04 | - |
| YUV | 57.6 | 201.59 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 188 | 0.65 | 0.85 | 0 | 0.26 | 254.25 | 0.74 | 0.42 |
| Hex | 42 | 1C | BC | 41 | 55 | 0 | 1A | FE | 4A | 2A |
| Octal | 102 | 34 | 274 | 101 | 125 | 0 | 32 | 376 | 112 | 52 |
| Binary | 1000010 | 11100 | 10111100 | 1000001 | 1010101 | 0 | 11010 | 11111110 | 1001010 | 101010 |
Color Harmonies of #421CBC
Complementary color
Monochromatic Colors of #421CBC
Black with #421CBC
Text Example
Text Example
White with #421CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CBC; }
p { color: rgb(66,28,188); }
H1.HeaderClassName
{
color: #421CBC;
}
.AnyTagClassName
{
color: #421CBC;
}
</style>
background-color css
<style>
a { background-color: #421CBC; }
a { background-color: rgb(66,28,188); }
div.DivClassName
{
background-color: #421CBC;
}
.BgClassName
{
background-color: #421CBC;
}
</style>
border-color css
<style>
span { border-color: #421CBC; }
span { border-color: rgb(66,28,188); }
td.TdClassName
{
border-color: #421CBC;
}
.TagClassName
{
border-color: #421CBC;
}
</style>