Shades of Purple Heart #6808BE
Tints of Purple Heart #6808BE
RGB
CMYK
RGB Variations
Color information
#6808BE (or 0x6808BE) is known color: Purple Heart. HEX triplet: 68, 08 and BE. RGB value is (104,8,190). Sum of RGB (Red+Green+Blue) = 104+8+190=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 190 (74.61% from 255 or 62.91% from 302); Max value from RGB is 190 - color contains mainly: blue. Hex color #6808BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6808BE is #97F741. Grayscale: #383838. Windows color (decimal): -9959234 or 12453992. OLE color: 12453992.
HSL color Cylindrical-coordinate representation of color #6808BE: hue angle of 271.65º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6808BE is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 8 | 190 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.25 |
| HSL | 271.65º | 0.92% | 0.39% | - |
| HSV(B) | 271.65º | 0.96% | 0.75% | - |
| XYZ | 15.09 | 6.83 | 49.24 | - |
| YUV | 57.45 | 202.8 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 8 | 190 | 0.45 | 0.96 | 0 | 0.25 | 271.65 | 0.92 | 0.39 |
| Hex | 68 | 8 | BE | 2D | 60 | 0 | 19 | 110 | 5C | 27 |
| Octal | 150 | 10 | 276 | 55 | 140 | 0 | 31 | 420 | 134 | 47 |
| Binary | 1101000 | 1000 | 10111110 | 101101 | 1100000 | 0 | 11001 | 100010000 | 1011100 | 100111 |
Color Harmonies of #6808BE
Complementary color
Monochromatic Colors of #6808BE
Black with #6808BE
Text Example
Text Example
White with #6808BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6808BE; }
p { color: rgb(104,8,190); }
H1.HeaderClassName
{
color: #6808BE;
}
.AnyTagClassName
{
color: #6808BE;
}
</style>
background-color css
<style>
a { background-color: #6808BE; }
a { background-color: rgb(104,8,190); }
div.DivClassName
{
background-color: #6808BE;
}
.BgClassName
{
background-color: #6808BE;
}
</style>
border-color css
<style>
span { border-color: #6808BE; }
span { border-color: rgb(104,8,190); }
td.TdClassName
{
border-color: #6808BE;
}
.TagClassName
{
border-color: #6808BE;
}
</style>