Shades of Purple Heart #662FBB
Tints of Purple Heart #662FBB
RGB
CMYK
RGB Variations
Color information
#662FBB (or 0x662FBB) is known color: Purple Heart. HEX triplet: 66, 2F and BB. RGB value is (102,47,187). Sum of RGB (Red+Green+Blue) = 102+47+187=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 187 (73.44% from 255 or 55.65% from 336); Max value from RGB is 187 - color contains mainly: blue. Hex color #662FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #662FBB is #99D044. Grayscale: #4E4E4E. Windows color (decimal): -10080325 or 12267366. OLE color: 12267366.
HSL color Cylindrical-coordinate representation of color #662FBB: hue angle of 263.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #662FBB is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 102 | 47 | 187 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.27 |
| HSL | 263.57º | 0.6% | 0.46% | - |
| HSV(B) | 263.57º | 0.75% | 0.73% | - |
| XYZ | 15.47 | 8.45 | 47.83 | - |
| YUV | 79.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 47 | 187 | 0.45 | 0.75 | 0 | 0.27 | 263.57 | 0.6 | 0.46 |
| Hex | 66 | 2F | BB | 2D | 4B | 0 | 1B | 108 | 3C | 2E |
| Octal | 146 | 57 | 273 | 55 | 113 | 0 | 33 | 410 | 74 | 56 |
| Binary | 1100110 | 101111 | 10111011 | 101101 | 1001011 | 0 | 11011 | 100001000 | 111100 | 101110 |
Color Harmonies of #662FBB
Complementary color
Monochromatic Colors of #662FBB
Black with #662FBB
Text Example
Text Example
White with #662FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662FBB; }
p { color: rgb(102,47,187); }
H1.HeaderClassName
{
color: #662FBB;
}
.AnyTagClassName
{
color: #662FBB;
}
</style>
background-color css
<style>
a { background-color: #662FBB; }
a { background-color: rgb(102,47,187); }
div.DivClassName
{
background-color: #662FBB;
}
.BgClassName
{
background-color: #662FBB;
}
</style>
border-color css
<style>
span { border-color: #662FBB; }
span { border-color: rgb(102,47,187); }
td.TdClassName
{
border-color: #662FBB;
}
.TagClassName
{
border-color: #662FBB;
}
</style>