Shades of Purple Heart #6F10CE
Tints of Purple Heart #6F10CE
RGB
CMYK
RGB Variations
Color information
#6F10CE (or 0x6F10CE) is known color: Purple Heart. HEX triplet: 6F, 10 and CE. RGB value is (111,16,206). Sum of RGB (Red+Green+Blue) = 111+16+206=333 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.33% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 206 (80.86% from 255 or 61.86% from 333); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F10CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F10CE is #90EF31. Grayscale: #414141. Windows color (decimal): -9498418 or 13504623. OLE color: 13504623.
HSL color Cylindrical-coordinate representation of color #6F10CE: hue angle of 270º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F10CE is Cyan = 0.46, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 16 | 206 | - |
| CMYK | 0.46 | 0.92 | 0 | 0.19 |
| HSL | 270º | 0.86% | 0.44% | - |
| HSV(B) | 270º | 0.92% | 0.81% | - |
| XYZ | 17.88 | 8.21 | 59.03 | - |
| YUV | 66.07 | 206.97 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 206 | 0.46 | 0.92 | 0 | 0.19 | 270 | 0.86 | 0.44 |
| Hex | 6F | 10 | CE | 2E | 5C | 0 | 13 | 10E | 56 | 2C |
| Octal | 157 | 20 | 316 | 56 | 134 | 0 | 23 | 416 | 126 | 54 |
| Binary | 1101111 | 10000 | 11001110 | 101110 | 1011100 | 0 | 10011 | 100001110 | 1010110 | 101100 |
Color Harmonies of #6F10CE
Complementary color
Monochromatic Colors of #6F10CE
Black with #6F10CE
Text Example
Text Example
White with #6F10CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10CE; }
p { color: rgb(111,16,206); }
H1.HeaderClassName
{
color: #6F10CE;
}
.AnyTagClassName
{
color: #6F10CE;
}
</style>
background-color css
<style>
a { background-color: #6F10CE; }
a { background-color: rgb(111,16,206); }
div.DivClassName
{
background-color: #6F10CE;
}
.BgClassName
{
background-color: #6F10CE;
}
</style>
border-color css
<style>
span { border-color: #6F10CE; }
span { border-color: rgb(111,16,206); }
td.TdClassName
{
border-color: #6F10CE;
}
.TagClassName
{
border-color: #6F10CE;
}
</style>