Shades of Purple Heart #421BC6
Tints of Purple Heart #421BC6
RGB
CMYK
RGB Variations
Color information
#421BC6 (or 0x421BC6) is known color: Purple Heart. HEX triplet: 42, 1B and C6. RGB value is (66,27,198). Sum of RGB (Red+Green+Blue) = 66+27+198=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 198 (77.73% from 255 or 68.04% from 291); Max value from RGB is 198 - color contains mainly: blue. Hex color #421BC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #421BC6 is #BDE439. Grayscale: #393939. Windows color (decimal): -12444730 or 12983106. OLE color: 12983106.
HSL color Cylindrical-coordinate representation of color #421BC6: hue angle of 253.68º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421BC6 is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 66 | 27 | 198 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.22 |
| HSL | 253.68º | 0.76% | 0.44% | - |
| HSV(B) | 253.68º | 0.86% | 0.78% | - |
| XYZ | 12.83 | 6.02 | 53.91 | - |
| YUV | 58.16 | 206.92 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 198 | 0.67 | 0.86 | 0 | 0.22 | 253.68 | 0.76 | 0.44 |
| Hex | 42 | 1B | C6 | 43 | 56 | 0 | 16 | FE | 4C | 2C |
| Octal | 102 | 33 | 306 | 103 | 126 | 0 | 26 | 376 | 114 | 54 |
| Binary | 1000010 | 11011 | 11000110 | 1000011 | 1010110 | 0 | 10110 | 11111110 | 1001100 | 101100 |
Color Harmonies of #421BC6
Complementary color
Monochromatic Colors of #421BC6
Black with #421BC6
Text Example
Text Example
White with #421BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421BC6; }
p { color: rgb(66,27,198); }
H1.HeaderClassName
{
color: #421BC6;
}
.AnyTagClassName
{
color: #421BC6;
}
</style>
background-color css
<style>
a { background-color: #421BC6; }
a { background-color: rgb(66,27,198); }
div.DivClassName
{
background-color: #421BC6;
}
.BgClassName
{
background-color: #421BC6;
}
</style>
border-color css
<style>
span { border-color: #421BC6; }
span { border-color: rgb(66,27,198); }
td.TdClassName
{
border-color: #421BC6;
}
.TagClassName
{
border-color: #421BC6;
}
</style>