Shades of Purple Heart #6712CF
Tints of Purple Heart #6712CF
RGB
CMYK
RGB Variations
Color information
#6712CF (or 0x6712CF) is known color: Purple Heart. HEX triplet: 67, 12 and CF. RGB value is (103,18,207). Sum of RGB (Red+Green+Blue) = 103+18+207=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 18 (7.42% from 255 or 5.49% from 328); Blue value is 207 (81.25% from 255 or 63.11% from 328); Max value from RGB is 207 - color contains mainly: blue. Hex color #6712CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6712CF is #98ED30. Grayscale: #404040. Windows color (decimal): -10022193 or 13570663. OLE color: 13570663.
HSL color Cylindrical-coordinate representation of color #6712CF: hue angle of 266.98º 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 #6712CF is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 18 | 207 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.19 |
| HSL | 266.98º | 0.84% | 0.44% | - |
| HSV(B) | 266.98º | 0.91% | 0.81% | - |
| XYZ | 17.07 | 7.82 | 59.64 | - |
| YUV | 64.96 | 208.16 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 18 | 207 | 0.50 | 0.91 | 0 | 0.19 | 266.98 | 0.84 | 0.44 |
| Hex | 67 | 12 | CF | 32 | 5B | 0 | 13 | 10B | 54 | 2C |
| Octal | 147 | 22 | 317 | 62 | 133 | 0 | 23 | 413 | 124 | 54 |
| Binary | 1100111 | 10010 | 11001111 | 110010 | 1011011 | 0 | 10011 | 100001011 | 1010100 | 101100 |
Color Harmonies of #6712CF
Complementary color
Monochromatic Colors of #6712CF
Black with #6712CF
Text Example
Text Example
White with #6712CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6712CF; }
p { color: rgb(103,18,207); }
H1.HeaderClassName
{
color: #6712CF;
}
.AnyTagClassName
{
color: #6712CF;
}
</style>
background-color css
<style>
a { background-color: #6712CF; }
a { background-color: rgb(103,18,207); }
div.DivClassName
{
background-color: #6712CF;
}
.BgClassName
{
background-color: #6712CF;
}
</style>
border-color css
<style>
span { border-color: #6712CF; }
span { border-color: rgb(103,18,207); }
td.TdClassName
{
border-color: #6712CF;
}
.TagClassName
{
border-color: #6712CF;
}
</style>