Shades of Purple Heart #6511CF
Tints of Purple Heart #6511CF
RGB
CMYK
RGB Variations
Color information
#6511CF (or 0x6511CF) is known color: Purple Heart. HEX triplet: 65, 11 and CF. RGB value is (101,17,207). Sum of RGB (Red+Green+Blue) = 101+17+207=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 207 (81.25% from 255 or 63.69% from 325); Max value from RGB is 207 - color contains mainly: blue. Hex color #6511CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6511CF is #9AEE30. Grayscale: #3F3F3F. Windows color (decimal): -10153521 or 13570405. OLE color: 13570405.
HSL color Cylindrical-coordinate representation of color #6511CF: hue angle of 266.53º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6511CF is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 17 | 207 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.19 |
| HSL | 266.53º | 0.85% | 0.44% | - |
| HSV(B) | 266.53º | 0.92% | 0.81% | - |
| XYZ | 16.83 | 7.67 | 59.63 | - |
| YUV | 63.78 | 208.83 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 17 | 207 | 0.51 | 0.92 | 0 | 0.19 | 266.53 | 0.85 | 0.44 |
| Hex | 65 | 11 | CF | 33 | 5C | 0 | 13 | 10B | 55 | 2C |
| Octal | 145 | 21 | 317 | 63 | 134 | 0 | 23 | 413 | 125 | 54 |
| Binary | 1100101 | 10001 | 11001111 | 110011 | 1011100 | 0 | 10011 | 100001011 | 1010101 | 101100 |
Color Harmonies of #6511CF
Complementary color
Monochromatic Colors of #6511CF
Black with #6511CF
Text Example
Text Example
White with #6511CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6511CF; }
p { color: rgb(101,17,207); }
H1.HeaderClassName
{
color: #6511CF;
}
.AnyTagClassName
{
color: #6511CF;
}
</style>
background-color css
<style>
a { background-color: #6511CF; }
a { background-color: rgb(101,17,207); }
div.DivClassName
{
background-color: #6511CF;
}
.BgClassName
{
background-color: #6511CF;
}
</style>
border-color css
<style>
span { border-color: #6511CF; }
span { border-color: rgb(101,17,207); }
td.TdClassName
{
border-color: #6511CF;
}
.TagClassName
{
border-color: #6511CF;
}
</style>