Shades of Purple Heart #6F0FCC
Tints of Purple Heart #6F0FCC
RGB
CMYK
RGB Variations
Color information
#6F0FCC (or 0x6F0FCC) is known color: Purple Heart. HEX triplet: 6F, 0F and CC. RGB value is (111,15,204). Sum of RGB (Red+Green+Blue) = 111+15+204=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F0FCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F0FCC is #90F033. Grayscale: #404040. Windows color (decimal): -9498676 or 13373295. OLE color: 13373295.
HSL color Cylindrical-coordinate representation of color #6F0FCC: hue angle of 270.48º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F0FCC is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 15 | 204 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.2 |
| HSL | 270.48º | 0.86% | 0.43% | - |
| HSV(B) | 270.48º | 0.93% | 0.8% | - |
| XYZ | 17.63 | 8.08 | 57.76 | - |
| YUV | 65.25 | 206.3 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 15 | 204 | 0.46 | 0.93 | 0 | 0.2 | 270.48 | 0.86 | 0.43 |
| Hex | 6F | F | CC | 2E | 5D | 0 | 14 | 10E | 56 | 2B |
| Octal | 157 | 17 | 314 | 56 | 135 | 0 | 24 | 416 | 126 | 53 |
| Binary | 1101111 | 1111 | 11001100 | 101110 | 1011101 | 0 | 10100 | 100001110 | 1010110 | 101011 |
Color Harmonies of #6F0FCC
Complementary color
Monochromatic Colors of #6F0FCC
Black with #6F0FCC
Text Example
Text Example
White with #6F0FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F0FCC; }
p { color: rgb(111,15,204); }
H1.HeaderClassName
{
color: #6F0FCC;
}
.AnyTagClassName
{
color: #6F0FCC;
}
</style>
background-color css
<style>
a { background-color: #6F0FCC; }
a { background-color: rgb(111,15,204); }
div.DivClassName
{
background-color: #6F0FCC;
}
.BgClassName
{
background-color: #6F0FCC;
}
</style>
border-color css
<style>
span { border-color: #6F0FCC; }
span { border-color: rgb(111,15,204); }
td.TdClassName
{
border-color: #6F0FCC;
}
.TagClassName
{
border-color: #6F0FCC;
}
</style>