Shades of Purple Heart #6C12CF
Tints of Purple Heart #6C12CF
RGB
CMYK
RGB Variations
Color information
#6C12CF (or 0x6C12CF) is known color: Purple Heart. HEX triplet: 6C, 12 and CF. RGB value is (108,18,207). Sum of RGB (Red+Green+Blue) = 108+18+207=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C12CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C12CF is #93ED30. Grayscale: #414141. Windows color (decimal): -9694513 or 13570668. OLE color: 13570668.
HSL color Cylindrical-coordinate representation of color #6C12CF: hue angle of 268.57º degrees, saturation: 0.84, 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 #6C12CF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 18 | 207 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.19 |
| HSL | 268.57º | 0.84% | 0.44% | - |
| HSV(B) | 268.57º | 0.91% | 0.81% | - |
| XYZ | 17.66 | 8.13 | 59.67 | - |
| YUV | 66.46 | 207.32 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 18 | 207 | 0.48 | 0.91 | 0 | 0.19 | 268.57 | 0.84 | 0.44 |
| Hex | 6C | 12 | CF | 30 | 5B | 0 | 13 | 10D | 54 | 2C |
| Octal | 154 | 22 | 317 | 60 | 133 | 0 | 23 | 415 | 124 | 54 |
| Binary | 1101100 | 10010 | 11001111 | 110000 | 1011011 | 0 | 10011 | 100001101 | 1010100 | 101100 |
Color Harmonies of #6C12CF
Complementary color
Monochromatic Colors of #6C12CF
Black with #6C12CF
Text Example
Text Example
White with #6C12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C12CF; }
p { color: rgb(108,18,207); }
H1.HeaderClassName
{
color: #6C12CF;
}
.AnyTagClassName
{
color: #6C12CF;
}
</style>
background-color css
<style>
a { background-color: #6C12CF; }
a { background-color: rgb(108,18,207); }
div.DivClassName
{
background-color: #6C12CF;
}
.BgClassName
{
background-color: #6C12CF;
}
</style>
border-color css
<style>
span { border-color: #6C12CF; }
span { border-color: rgb(108,18,207); }
td.TdClassName
{
border-color: #6C12CF;
}
.TagClassName
{
border-color: #6C12CF;
}
</style>