Shades of Purple Heart #4201BD
Tints of Purple Heart #4201BD
RGB
CMYK
RGB Variations
Color information
#4201BD (or 0x4201BD) is known color: Purple Heart. HEX triplet: 42, 01 and BD. RGB value is (66,1,189). Sum of RGB (Red+Green+Blue) = 66+1+189=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 189 (74.22% from 255 or 73.83% from 256); Max value from RGB is 189 - color contains mainly: blue. Hex color #4201BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4201BD is #BDFE42. Grayscale: #292929. Windows color (decimal): -12451395 or 12386626. OLE color: 12386626.
HSL color Cylindrical-coordinate representation of color #4201BD: hue angle of 260.74º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4201BD is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 1 | 189 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.26 |
| HSL | 260.74º | 0.99% | 0.37% | - |
| HSV(B) | 260.74º | 0.99% | 0.74% | - |
| XYZ | 11.44 | 4.85 | 48.48 | - |
| YUV | 41.87 | 211.03 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 1 | 189 | 0.65 | 0.99 | 0 | 0.26 | 260.74 | 0.99 | 0.37 |
| Hex | 42 | 1 | BD | 41 | 63 | 0 | 1A | 105 | 63 | 25 |
| Octal | 102 | 1 | 275 | 101 | 143 | 0 | 32 | 405 | 143 | 45 |
| Binary | 1000010 | 1 | 10111101 | 1000001 | 1100011 | 0 | 11010 | 100000101 | 1100011 | 100101 |
Color Harmonies of #4201BD
Complementary color
Monochromatic Colors of #4201BD
Black with #4201BD
Text Example
Text Example
White with #4201BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4201BD; }
p { color: rgb(66,1,189); }
H1.HeaderClassName
{
color: #4201BD;
}
.AnyTagClassName
{
color: #4201BD;
}
</style>
background-color css
<style>
a { background-color: #4201BD; }
a { background-color: rgb(66,1,189); }
div.DivClassName
{
background-color: #4201BD;
}
.BgClassName
{
background-color: #4201BD;
}
</style>
border-color css
<style>
span { border-color: #4201BD; }
span { border-color: rgb(66,1,189); }
td.TdClassName
{
border-color: #4201BD;
}
.TagClassName
{
border-color: #4201BD;
}
</style>