Shades of Purple Heart #6F08CA
Tints of Purple Heart #6F08CA
RGB
CMYK
RGB Variations
Color information
#6F08CA (or 0x6F08CA) is known color: Purple Heart. HEX triplet: 6F, 08 and CA. RGB value is (111,8,202). Sum of RGB (Red+Green+Blue) = 111+8+202=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F08CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08CA is #90F735. Grayscale: #3C3C3C. Windows color (decimal): -9500470 or 13240431. OLE color: 13240431.
HSL color Cylindrical-coordinate representation of color #6F08CA: hue angle of 271.86º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F08CA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 8 | 202 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.21 |
| HSL | 271.86º | 0.92% | 0.41% | - |
| HSV(B) | 271.86º | 0.96% | 0.79% | - |
| XYZ | 17.3 | 7.82 | 56.47 | - |
| YUV | 60.91 | 207.62 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 8 | 202 | 0.45 | 0.96 | 0 | 0.21 | 271.86 | 0.92 | 0.41 |
| Hex | 6F | 8 | CA | 2D | 60 | 0 | 15 | 110 | 5C | 29 |
| Octal | 157 | 10 | 312 | 55 | 140 | 0 | 25 | 420 | 134 | 51 |
| Binary | 1101111 | 1000 | 11001010 | 101101 | 1100000 | 0 | 10101 | 100010000 | 1011100 | 101001 |
Color Harmonies of #6F08CA
Complementary color
Monochromatic Colors of #6F08CA
Black with #6F08CA
Text Example
Text Example
White with #6F08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F08CA; }
p { color: rgb(111,8,202); }
H1.HeaderClassName
{
color: #6F08CA;
}
.AnyTagClassName
{
color: #6F08CA;
}
</style>
background-color css
<style>
a { background-color: #6F08CA; }
a { background-color: rgb(111,8,202); }
div.DivClassName
{
background-color: #6F08CA;
}
.BgClassName
{
background-color: #6F08CA;
}
</style>
border-color css
<style>
span { border-color: #6F08CA; }
span { border-color: rgb(111,8,202); }
td.TdClassName
{
border-color: #6F08CA;
}
.TagClassName
{
border-color: #6F08CA;
}
</style>