Shades of Purple Heart #6F13CF
Tints of Purple Heart #6F13CF
RGB
CMYK
RGB Variations
Color information
#6F13CF (or 0x6F13CF) is known color: Purple Heart. HEX triplet: 6F, 13 and CF. RGB value is (111,19,207). Sum of RGB (Red+Green+Blue) = 111+19+207=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F13CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F13CF is #90EC30. Grayscale: #434343. Windows color (decimal): -9497649 or 13570927. OLE color: 13570927.
HSL color Cylindrical-coordinate representation of color #6F13CF: hue angle of 269.36º 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 #6F13CF is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 19 | 207 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.19 |
| HSL | 269.36º | 0.83% | 0.44% | - |
| HSV(B) | 269.36º | 0.91% | 0.81% | - |
| XYZ | 18.05 | 8.35 | 59.69 | - |
| YUV | 67.94 | 206.48 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 207 | 0.46 | 0.91 | 0 | 0.19 | 269.36 | 0.83 | 0.44 |
| Hex | 6F | 13 | CF | 2E | 5B | 0 | 13 | 10D | 53 | 2C |
| Octal | 157 | 23 | 317 | 56 | 133 | 0 | 23 | 415 | 123 | 54 |
| Binary | 1101111 | 10011 | 11001111 | 101110 | 1011011 | 0 | 10011 | 100001101 | 1010011 | 101100 |
Color Harmonies of #6F13CF
Complementary color
Monochromatic Colors of #6F13CF
Black with #6F13CF
Text Example
Text Example
White with #6F13CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F13CF; }
p { color: rgb(111,19,207); }
H1.HeaderClassName
{
color: #6F13CF;
}
.AnyTagClassName
{
color: #6F13CF;
}
</style>
background-color css
<style>
a { background-color: #6F13CF; }
a { background-color: rgb(111,19,207); }
div.DivClassName
{
background-color: #6F13CF;
}
.BgClassName
{
background-color: #6F13CF;
}
</style>
border-color css
<style>
span { border-color: #6F13CF; }
span { border-color: rgb(111,19,207); }
td.TdClassName
{
border-color: #6F13CF;
}
.TagClassName
{
border-color: #6F13CF;
}
</style>