Shades of Purple Heart #421BC1
Tints of Purple Heart #421BC1
RGB
CMYK
RGB Variations
Color information
#421BC1 (or 0x421BC1) is known color: Purple Heart. HEX triplet: 42, 1B and C1. RGB value is (66,27,193). Sum of RGB (Red+Green+Blue) = 66+27+193=286 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.08% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 193 (75.78% from 255 or 67.48% from 286); Max value from RGB is 193 - color contains mainly: blue. Hex color #421BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BC1 is #BDE43E. Grayscale: #383838. Windows color (decimal): -12444735 or 12655426. OLE color: 12655426.
HSL color Cylindrical-coordinate representation of color #421BC1: hue angle of 254.1º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421BC1 is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 27 | 193 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.24 |
| HSL | 254.1º | 0.75% | 0.43% | - |
| HSV(B) | 254.1º | 0.86% | 0.76% | - |
| XYZ | 12.26 | 5.79 | 50.92 | - |
| YUV | 57.59 | 204.42 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 193 | 0.66 | 0.86 | 0 | 0.24 | 254.1 | 0.75 | 0.43 |
| Hex | 42 | 1B | C1 | 42 | 56 | 0 | 18 | FE | 4B | 2B |
| Octal | 102 | 33 | 301 | 102 | 126 | 0 | 30 | 376 | 113 | 53 |
| Binary | 1000010 | 11011 | 11000001 | 1000010 | 1010110 | 0 | 11000 | 11111110 | 1001011 | 101011 |
Color Harmonies of #421BC1
Complementary color
Monochromatic Colors of #421BC1
Black with #421BC1
Text Example
Text Example
White with #421BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BC1; }
p { color: rgb(66,27,193); }
H1.HeaderClassName
{
color: #421BC1;
}
.AnyTagClassName
{
color: #421BC1;
}
</style>
background-color css
<style>
a { background-color: #421BC1; }
a { background-color: rgb(66,27,193); }
div.DivClassName
{
background-color: #421BC1;
}
.BgClassName
{
background-color: #421BC1;
}
</style>
border-color css
<style>
span { border-color: #421BC1; }
span { border-color: rgb(66,27,193); }
td.TdClassName
{
border-color: #421BC1;
}
.TagClassName
{
border-color: #421BC1;
}
</style>