Shades of Purple Heart #6F13CE
Tints of Purple Heart #6F13CE
RGB
CMYK
RGB Variations
Color information
#6F13CE (or 0x6F13CE) is known color: Purple Heart. HEX triplet: 6F, 13 and CE. RGB value is (111,19,206). Sum of RGB (Red+Green+Blue) = 111+19+206=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F13CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F13CE is #90EC31. Grayscale: #434343. Windows color (decimal): -9497650 or 13505391. OLE color: 13505391.
HSL color Cylindrical-coordinate representation of color #6F13CE: hue angle of 269.52º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F13CE is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 19 | 206 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.19 |
| HSL | 269.52º | 0.83% | 0.44% | - |
| HSV(B) | 269.52º | 0.91% | 0.81% | - |
| XYZ | 17.93 | 8.3 | 59.05 | - |
| YUV | 67.83 | 205.98 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 206 | 0.46 | 0.91 | 0 | 0.19 | 269.52 | 0.83 | 0.44 |
| Hex | 6F | 13 | CE | 2E | 5B | 0 | 13 | 10E | 53 | 2C |
| Octal | 157 | 23 | 316 | 56 | 133 | 0 | 23 | 416 | 123 | 54 |
| Binary | 1101111 | 10011 | 11001110 | 101110 | 1011011 | 0 | 10011 | 100001110 | 1010011 | 101100 |
Color Harmonies of #6F13CE
Complementary color
Monochromatic Colors of #6F13CE
Black with #6F13CE
Text Example
Text Example
White with #6F13CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F13CE; }
p { color: rgb(111,19,206); }
H1.HeaderClassName
{
color: #6F13CE;
}
.AnyTagClassName
{
color: #6F13CE;
}
</style>
background-color css
<style>
a { background-color: #6F13CE; }
a { background-color: rgb(111,19,206); }
div.DivClassName
{
background-color: #6F13CE;
}
.BgClassName
{
background-color: #6F13CE;
}
</style>
border-color css
<style>
span { border-color: #6F13CE; }
span { border-color: rgb(111,19,206); }
td.TdClassName
{
border-color: #6F13CE;
}
.TagClassName
{
border-color: #6F13CE;
}
</style>