Shades of Purple Heart #6508BB
Tints of Purple Heart #6508BB
RGB
CMYK
RGB Variations
Color information
#6508BB (or 0x6508BB) is known color: Purple Heart. HEX triplet: 65, 08 and BB. RGB value is (101,8,187). Sum of RGB (Red+Green+Blue) = 101+8+187=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #6508BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6508BB is #9AF744. Grayscale: #373737. Windows color (decimal): -10155845 or 12257381. OLE color: 12257381.
HSL color Cylindrical-coordinate representation of color #6508BB: hue angle of 271.17º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6508BB is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 8 | 187 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.27 |
| HSL | 271.17º | 0.92% | 0.38% | - |
| HSV(B) | 271.17º | 0.96% | 0.73% | - |
| XYZ | 14.42 | 6.53 | 47.51 | - |
| YUV | 56.21 | 201.81 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 187 | 0.46 | 0.96 | 0 | 0.27 | 271.17 | 0.92 | 0.38 |
| Hex | 65 | 8 | BB | 2E | 60 | 0 | 1B | 10F | 5C | 26 |
| Octal | 145 | 10 | 273 | 56 | 140 | 0 | 33 | 417 | 134 | 46 |
| Binary | 1100101 | 1000 | 10111011 | 101110 | 1100000 | 0 | 11011 | 100001111 | 1011100 | 100110 |
Color Harmonies of #6508BB
Complementary color
Monochromatic Colors of #6508BB
Black with #6508BB
Text Example
Text Example
White with #6508BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6508BB; }
p { color: rgb(101,8,187); }
H1.HeaderClassName
{
color: #6508BB;
}
.AnyTagClassName
{
color: #6508BB;
}
</style>
background-color css
<style>
a { background-color: #6508BB; }
a { background-color: rgb(101,8,187); }
div.DivClassName
{
background-color: #6508BB;
}
.BgClassName
{
background-color: #6508BB;
}
</style>
border-color css
<style>
span { border-color: #6508BB; }
span { border-color: rgb(101,8,187); }
td.TdClassName
{
border-color: #6508BB;
}
.TagClassName
{
border-color: #6508BB;
}
</style>