Shades of Purple Heart #6512CF
Tints of Purple Heart #6512CF
RGB
CMYK
RGB Variations
Color information
#6512CF (or 0x6512CF) is known color: Purple Heart. HEX triplet: 65, 12 and CF. RGB value is (101,18,207). Sum of RGB (Red+Green+Blue) = 101+18+207=326 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.98% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6512CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6512CF is #9AED30. Grayscale: #3F3F3F. Windows color (decimal): -10153265 or 13570661. OLE color: 13570661.
HSL color Cylindrical-coordinate representation of color #6512CF: hue angle of 266.35º 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 #6512CF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 18 | 207 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.19 |
| HSL | 266.35º | 0.84% | 0.44% | - |
| HSV(B) | 266.35º | 0.91% | 0.81% | - |
| XYZ | 16.85 | 7.7 | 59.63 | - |
| YUV | 64.36 | 208.5 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 18 | 207 | 0.51 | 0.91 | 0 | 0.19 | 266.35 | 0.84 | 0.44 |
| Hex | 65 | 12 | CF | 33 | 5B | 0 | 13 | 10A | 54 | 2C |
| Octal | 145 | 22 | 317 | 63 | 133 | 0 | 23 | 412 | 124 | 54 |
| Binary | 1100101 | 10010 | 11001111 | 110011 | 1011011 | 0 | 10011 | 100001010 | 1010100 | 101100 |
Color Harmonies of #6512CF
Complementary color
Monochromatic Colors of #6512CF
Black with #6512CF
Text Example
Text Example
White with #6512CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6512CF; }
p { color: rgb(101,18,207); }
H1.HeaderClassName
{
color: #6512CF;
}
.AnyTagClassName
{
color: #6512CF;
}
</style>
background-color css
<style>
a { background-color: #6512CF; }
a { background-color: rgb(101,18,207); }
div.DivClassName
{
background-color: #6512CF;
}
.BgClassName
{
background-color: #6512CF;
}
</style>
border-color css
<style>
span { border-color: #6512CF; }
span { border-color: rgb(101,18,207); }
td.TdClassName
{
border-color: #6512CF;
}
.TagClassName
{
border-color: #6512CF;
}
</style>