Shades of Purple Heart #421CBD
Tints of Purple Heart #421CBD
RGB
CMYK
RGB Variations
Color information
#421CBD (or 0x421CBD) is known color: Purple Heart. HEX triplet: 42, 1C and BD. RGB value is (66,28,189). Sum of RGB (Red+Green+Blue) = 66+28+189=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #421CBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421CBD is #BDE342. Grayscale: #393939. Windows color (decimal): -12444483 or 12393538. OLE color: 12393538.
HSL color Cylindrical-coordinate representation of color #421CBD: hue angle of 254.16º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421CBD is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 28 | 189 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.26 |
| HSL | 254.16º | 0.74% | 0.43% | - |
| HSV(B) | 254.16º | 0.85% | 0.74% | - |
| XYZ | 11.85 | 5.66 | 48.61 | - |
| YUV | 57.72 | 202.09 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 28 | 189 | 0.65 | 0.85 | 0 | 0.26 | 254.16 | 0.74 | 0.43 |
| Hex | 42 | 1C | BD | 41 | 55 | 0 | 1A | FE | 4A | 2B |
| Octal | 102 | 34 | 275 | 101 | 125 | 0 | 32 | 376 | 112 | 53 |
| Binary | 1000010 | 11100 | 10111101 | 1000001 | 1010101 | 0 | 11010 | 11111110 | 1001010 | 101011 |
Color Harmonies of #421CBD
Complementary color
Monochromatic Colors of #421CBD
Black with #421CBD
Text Example
Text Example
White with #421CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421CBD; }
p { color: rgb(66,28,189); }
H1.HeaderClassName
{
color: #421CBD;
}
.AnyTagClassName
{
color: #421CBD;
}
</style>
background-color css
<style>
a { background-color: #421CBD; }
a { background-color: rgb(66,28,189); }
div.DivClassName
{
background-color: #421CBD;
}
.BgClassName
{
background-color: #421CBD;
}
</style>
border-color css
<style>
span { border-color: #421CBD; }
span { border-color: rgb(66,28,189); }
td.TdClassName
{
border-color: #421CBD;
}
.TagClassName
{
border-color: #421CBD;
}
</style>