Shades of Purple Heart #6512C6
Tints of Purple Heart #6512C6
RGB
CMYK
RGB Variations
Color information
#6512C6 (or 0x6512C6) is known color: Purple Heart. HEX triplet: 65, 12 and C6. RGB value is (101,18,198). Sum of RGB (Red+Green+Blue) = 101+18+198=317 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.86% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 198 (77.73% from 255 or 62.46% from 317); Max value from RGB is 198 - color contains mainly: blue. Hex color #6512C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512C6 is #9AED39. Grayscale: #3E3E3E. Windows color (decimal): -10153274 or 12980837. OLE color: 12980837.
HSL color Cylindrical-coordinate representation of color #6512C6: hue angle of 267.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6512C6 is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 18 | 198 | - |
| CMYK | 0.49 | 0.91 | 0 | 0.22 |
| HSL | 267.67º | 0.83% | 0.42% | - |
| HSV(B) | 267.67º | 0.91% | 0.78% | - |
| XYZ | 15.78 | 7.28 | 54 | - |
| YUV | 63.34 | 204 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 198 | 0.49 | 0.91 | 0 | 0.22 | 267.67 | 0.83 | 0.42 |
| Hex | 65 | 12 | C6 | 31 | 5B | 0 | 16 | 10C | 53 | 2A |
| Octal | 145 | 22 | 306 | 61 | 133 | 0 | 26 | 414 | 123 | 52 |
| Binary | 1100101 | 10010 | 11000110 | 110001 | 1011011 | 0 | 10110 | 100001100 | 1010011 | 101010 |
Color Harmonies of #6512C6
Complementary color
Monochromatic Colors of #6512C6
Black with #6512C6
Text Example
Text Example
White with #6512C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512C6; }
p { color: rgb(101,18,198); }
H1.HeaderClassName
{
color: #6512C6;
}
.AnyTagClassName
{
color: #6512C6;
}
</style>
background-color css
<style>
a { background-color: #6512C6; }
a { background-color: rgb(101,18,198); }
div.DivClassName
{
background-color: #6512C6;
}
.BgClassName
{
background-color: #6512C6;
}
</style>
border-color css
<style>
span { border-color: #6512C6; }
span { border-color: rgb(101,18,198); }
td.TdClassName
{
border-color: #6512C6;
}
.TagClassName
{
border-color: #6512C6;
}
</style>