Shades of Purple Heart #6B12CF
Tints of Purple Heart #6B12CF
RGB
CMYK
RGB Variations
Color information
#6B12CF (or 0x6B12CF) is known color: Purple Heart. HEX triplet: 6B, 12 and CF. RGB value is (107,18,207). Sum of RGB (Red+Green+Blue) = 107+18+207=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #6B12CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B12CF is #94ED30. Grayscale: #414141. Windows color (decimal): -9760049 or 13570667. OLE color: 13570667.
HSL color Cylindrical-coordinate representation of color #6B12CF: hue angle of 268.25º 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 #6B12CF is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 18 | 207 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.19 |
| HSL | 268.25º | 0.84% | 0.44% | - |
| HSV(B) | 268.25º | 0.91% | 0.81% | - |
| XYZ | 17.54 | 8.06 | 59.66 | - |
| YUV | 66.16 | 207.49 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 18 | 207 | 0.48 | 0.91 | 0 | 0.19 | 268.25 | 0.84 | 0.44 |
| Hex | 6B | 12 | CF | 30 | 5B | 0 | 13 | 10C | 54 | 2C |
| Octal | 153 | 22 | 317 | 60 | 133 | 0 | 23 | 414 | 124 | 54 |
| Binary | 1101011 | 10010 | 11001111 | 110000 | 1011011 | 0 | 10011 | 100001100 | 1010100 | 101100 |
Color Harmonies of #6B12CF
Complementary color
Monochromatic Colors of #6B12CF
Black with #6B12CF
Text Example
Text Example
White with #6B12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B12CF; }
p { color: rgb(107,18,207); }
H1.HeaderClassName
{
color: #6B12CF;
}
.AnyTagClassName
{
color: #6B12CF;
}
</style>
background-color css
<style>
a { background-color: #6B12CF; }
a { background-color: rgb(107,18,207); }
div.DivClassName
{
background-color: #6B12CF;
}
.BgClassName
{
background-color: #6B12CF;
}
</style>
border-color css
<style>
span { border-color: #6B12CF; }
span { border-color: rgb(107,18,207); }
td.TdClassName
{
border-color: #6B12CF;
}
.TagClassName
{
border-color: #6B12CF;
}
</style>