Shades of Purple Heart #6908CE
Tints of Purple Heart #6908CE
RGB
CMYK
RGB Variations
Color information
#6908CE (or 0x6908CE) is known color: Purple Heart. HEX triplet: 69, 08 and CE. RGB value is (105,8,206). Sum of RGB (Red+Green+Blue) = 105+8+206=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #6908CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908CE is #96F731. Grayscale: #3A3A3A. Windows color (decimal): -9893682 or 13502569. OLE color: 13502569.
HSL color Cylindrical-coordinate representation of color #6908CE: hue angle of 269.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908CE is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 8 | 206 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.19 |
| HSL | 269.39º | 0.93% | 0.42% | - |
| HSV(B) | 269.39º | 0.96% | 0.81% | - |
| XYZ | 17.05 | 7.63 | 58.97 | - |
| YUV | 59.58 | 210.64 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 8 | 206 | 0.49 | 0.96 | 0 | 0.19 | 269.39 | 0.93 | 0.42 |
| Hex | 69 | 8 | CE | 31 | 60 | 0 | 13 | 10D | 5D | 2A |
| Octal | 151 | 10 | 316 | 61 | 140 | 0 | 23 | 415 | 135 | 52 |
| Binary | 1101001 | 1000 | 11001110 | 110001 | 1100000 | 0 | 10011 | 100001101 | 1011101 | 101010 |
Color Harmonies of #6908CE
Complementary color
Monochromatic Colors of #6908CE
Black with #6908CE
Text Example
Text Example
White with #6908CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6908CE; }
p { color: rgb(105,8,206); }
H1.HeaderClassName
{
color: #6908CE;
}
.AnyTagClassName
{
color: #6908CE;
}
</style>
background-color css
<style>
a { background-color: #6908CE; }
a { background-color: rgb(105,8,206); }
div.DivClassName
{
background-color: #6908CE;
}
.BgClassName
{
background-color: #6908CE;
}
</style>
border-color css
<style>
span { border-color: #6908CE; }
span { border-color: rgb(105,8,206); }
td.TdClassName
{
border-color: #6908CE;
}
.TagClassName
{
border-color: #6908CE;
}
</style>