Shades of Purple Heart #6F0CCA
Tints of Purple Heart #6F0CCA
RGB
CMYK
RGB Variations
Color information
#6F0CCA (or 0x6F0CCA) is known color: Purple Heart. HEX triplet: 6F, 0C and CA. RGB value is (111,12,202). Sum of RGB (Red+Green+Blue) = 111+12+202=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 12 (5.08% from 255 or 3.69% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F0CCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0CCA is #90F335. Grayscale: #3E3E3E. Windows color (decimal): -9499446 or 13241455. OLE color: 13241455.
HSL color Cylindrical-coordinate representation of color #6F0CCA: hue angle of 271.26º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F0CCA is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 12 | 202 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.21 |
| HSL | 271.26º | 0.89% | 0.42% | - |
| HSV(B) | 271.26º | 0.94% | 0.79% | - |
| XYZ | 17.35 | 7.91 | 56.49 | - |
| YUV | 63.26 | 206.3 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 12 | 202 | 0.45 | 0.94 | 0 | 0.21 | 271.26 | 0.89 | 0.42 |
| Hex | 6F | C | CA | 2D | 5E | 0 | 15 | 10F | 59 | 2A |
| Octal | 157 | 14 | 312 | 55 | 136 | 0 | 25 | 417 | 131 | 52 |
| Binary | 1101111 | 1100 | 11001010 | 101101 | 1011110 | 0 | 10101 | 100001111 | 1011001 | 101010 |
Color Harmonies of #6F0CCA
Complementary color
Monochromatic Colors of #6F0CCA
Black with #6F0CCA
Text Example
Text Example
White with #6F0CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0CCA; }
p { color: rgb(111,12,202); }
H1.HeaderClassName
{
color: #6F0CCA;
}
.AnyTagClassName
{
color: #6F0CCA;
}
</style>
background-color css
<style>
a { background-color: #6F0CCA; }
a { background-color: rgb(111,12,202); }
div.DivClassName
{
background-color: #6F0CCA;
}
.BgClassName
{
background-color: #6F0CCA;
}
</style>
border-color css
<style>
span { border-color: #6F0CCA; }
span { border-color: rgb(111,12,202); }
td.TdClassName
{
border-color: #6F0CCA;
}
.TagClassName
{
border-color: #6F0CCA;
}
</style>