Shades of Purple Heart #6708BB
Tints of Purple Heart #6708BB
RGB
CMYK
RGB Variations
Color information
#6708BB (or 0x6708BB) is known color: Purple Heart. HEX triplet: 67, 08 and BB. RGB value is (103,8,187). Sum of RGB (Red+Green+Blue) = 103+8+187=298 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.56% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #6708BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6708BB is #98F744. Grayscale: #383838. Windows color (decimal): -10024773 or 12257383. OLE color: 12257383.
HSL color Cylindrical-coordinate representation of color #6708BB: hue angle of 271.84º 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 #6708BB is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 8 | 187 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.27 |
| HSL | 271.84º | 0.92% | 0.38% | - |
| HSV(B) | 271.84º | 0.96% | 0.73% | - |
| XYZ | 14.65 | 6.65 | 47.52 | - |
| YUV | 56.81 | 201.47 | 160.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 8 | 187 | 0.45 | 0.96 | 0 | 0.27 | 271.84 | 0.92 | 0.38 |
| Hex | 67 | 8 | BB | 2D | 60 | 0 | 1B | 110 | 5C | 26 |
| Octal | 147 | 10 | 273 | 55 | 140 | 0 | 33 | 420 | 134 | 46 |
| Binary | 1100111 | 1000 | 10111011 | 101101 | 1100000 | 0 | 11011 | 100010000 | 1011100 | 100110 |
Color Harmonies of #6708BB
Complementary color
Monochromatic Colors of #6708BB
Black with #6708BB
Text Example
Text Example
White with #6708BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6708BB; }
p { color: rgb(103,8,187); }
H1.HeaderClassName
{
color: #6708BB;
}
.AnyTagClassName
{
color: #6708BB;
}
</style>
background-color css
<style>
a { background-color: #6708BB; }
a { background-color: rgb(103,8,187); }
div.DivClassName
{
background-color: #6708BB;
}
.BgClassName
{
background-color: #6708BB;
}
</style>
border-color css
<style>
span { border-color: #6708BB; }
span { border-color: rgb(103,8,187); }
td.TdClassName
{
border-color: #6708BB;
}
.TagClassName
{
border-color: #6708BB;
}
</style>