Shades of Purple Heart #6D08C0
Tints of Purple Heart #6D08C0
RGB
CMYK
RGB Variations
Color information
#6D08C0 (or 0x6D08C0) is known color: Purple Heart. HEX triplet: 6D, 08 and C0. RGB value is (109,8,192). Sum of RGB (Red+Green+Blue) = 109+8+192=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D08C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D08C0 is #92F73F. Grayscale: #3A3A3A. Windows color (decimal): -9631552 or 12585069. OLE color: 12585069.
HSL color Cylindrical-coordinate representation of color #6D08C0: hue angle of 272.93º 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 #6D08C0 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 8 | 192 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.25 |
| HSL | 272.93º | 0.92% | 0.39% | - |
| HSV(B) | 272.93º | 0.96% | 0.75% | - |
| XYZ | 15.91 | 7.23 | 50.43 | - |
| YUV | 59.18 | 202.96 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 8 | 192 | 0.43 | 0.96 | 0 | 0.25 | 272.93 | 0.92 | 0.39 |
| Hex | 6D | 8 | C0 | 2B | 60 | 0 | 19 | 111 | 5C | 27 |
| Octal | 155 | 10 | 300 | 53 | 140 | 0 | 31 | 421 | 134 | 47 |
| Binary | 1101101 | 1000 | 11000000 | 101011 | 1100000 | 0 | 11001 | 100010001 | 1011100 | 100111 |
Color Harmonies of #6D08C0
Complementary color
Monochromatic Colors of #6D08C0
Black with #6D08C0
Text Example
Text Example
White with #6D08C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D08C0; }
p { color: rgb(109,8,192); }
H1.HeaderClassName
{
color: #6D08C0;
}
.AnyTagClassName
{
color: #6D08C0;
}
</style>
background-color css
<style>
a { background-color: #6D08C0; }
a { background-color: rgb(109,8,192); }
div.DivClassName
{
background-color: #6D08C0;
}
.BgClassName
{
background-color: #6D08C0;
}
</style>
border-color css
<style>
span { border-color: #6D08C0; }
span { border-color: rgb(109,8,192); }
td.TdClassName
{
border-color: #6D08C0;
}
.TagClassName
{
border-color: #6D08C0;
}
</style>