Shades of Purple Heart #6909CE
Tints of Purple Heart #6909CE
RGB
CMYK
RGB Variations
Color information
#6909CE (or 0x6909CE) is known color: Purple Heart. HEX triplet: 69, 09 and CE. RGB value is (105,9,206). Sum of RGB (Red+Green+Blue) = 105+9+206=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #6909CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6909CE is #96F631. Grayscale: #3B3B3B. Windows color (decimal): -9893426 or 13502825. OLE color: 13502825.
HSL color Cylindrical-coordinate representation of color #6909CE: hue angle of 269.24º degrees, saturation: 0.92, 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 #6909CE is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 9 | 206 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.19 |
| HSL | 269.24º | 0.92% | 0.42% | - |
| HSV(B) | 269.24º | 0.96% | 0.81% | - |
| XYZ | 17.06 | 7.65 | 58.97 | - |
| YUV | 60.16 | 210.3 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 206 | 0.49 | 0.96 | 0 | 0.19 | 269.24 | 0.92 | 0.42 |
| Hex | 69 | 9 | CE | 31 | 60 | 0 | 13 | 10D | 5C | 2A |
| Octal | 151 | 11 | 316 | 61 | 140 | 0 | 23 | 415 | 134 | 52 |
| Binary | 1101001 | 1001 | 11001110 | 110001 | 1100000 | 0 | 10011 | 100001101 | 1011100 | 101010 |
Color Harmonies of #6909CE
Complementary color
Monochromatic Colors of #6909CE
Black with #6909CE
Text Example
Text Example
White with #6909CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6909CE; }
p { color: rgb(105,9,206); }
H1.HeaderClassName
{
color: #6909CE;
}
.AnyTagClassName
{
color: #6909CE;
}
</style>
background-color css
<style>
a { background-color: #6909CE; }
a { background-color: rgb(105,9,206); }
div.DivClassName
{
background-color: #6909CE;
}
.BgClassName
{
background-color: #6909CE;
}
</style>
border-color css
<style>
span { border-color: #6909CE; }
span { border-color: rgb(105,9,206); }
td.TdClassName
{
border-color: #6909CE;
}
.TagClassName
{
border-color: #6909CE;
}
</style>