Shades of Purple Heart #4206BD
Tints of Purple Heart #4206BD
RGB
CMYK
RGB Variations
Color information
#4206BD (or 0x4206BD) is known color: Purple Heart. HEX triplet: 42, 06 and BD. RGB value is (66,6,189). Sum of RGB (Red+Green+Blue) = 66+6+189=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 189 (74.22% from 255 or 72.41% from 261); Max value from RGB is 189 - color contains mainly: blue. Hex color #4206BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4206BD is #BDF942. Grayscale: #2C2C2C. Windows color (decimal): -12450115 or 12387906. OLE color: 12387906.
HSL color Cylindrical-coordinate representation of color #4206BD: hue angle of 259.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206BD is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 6 | 189 | - |
| CMYK | 0.65 | 0.97 | 0 | 0.26 |
| HSL | 259.67º | 0.94% | 0.38% | - |
| HSV(B) | 259.67º | 0.97% | 0.74% | - |
| XYZ | 11.5 | 4.96 | 48.5 | - |
| YUV | 44.8 | 209.38 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 6 | 189 | 0.65 | 0.97 | 0 | 0.26 | 259.67 | 0.94 | 0.38 |
| Hex | 42 | 6 | BD | 41 | 61 | 0 | 1A | 104 | 5E | 26 |
| Octal | 102 | 6 | 275 | 101 | 141 | 0 | 32 | 404 | 136 | 46 |
| Binary | 1000010 | 110 | 10111101 | 1000001 | 1100001 | 0 | 11010 | 100000100 | 1011110 | 100110 |
Color Harmonies of #4206BD
Complementary color
Monochromatic Colors of #4206BD
Black with #4206BD
Text Example
Text Example
White with #4206BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4206BD; }
p { color: rgb(66,6,189); }
H1.HeaderClassName
{
color: #4206BD;
}
.AnyTagClassName
{
color: #4206BD;
}
</style>
background-color css
<style>
a { background-color: #4206BD; }
a { background-color: rgb(66,6,189); }
div.DivClassName
{
background-color: #4206BD;
}
.BgClassName
{
background-color: #4206BD;
}
</style>
border-color css
<style>
span { border-color: #4206BD; }
span { border-color: rgb(66,6,189); }
td.TdClassName
{
border-color: #4206BD;
}
.TagClassName
{
border-color: #4206BD;
}
</style>