Shades of Purple Heart #6513CF
Tints of Purple Heart #6513CF
RGB
CMYK
RGB Variations
Color information
#6513CF (or 0x6513CF) is known color: Purple Heart. HEX triplet: 65, 13 and CF. RGB value is (101,19,207). Sum of RGB (Red+Green+Blue) = 101+19+207=327 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.89% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #6513CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6513CF is #9AEC30. Grayscale: #404040. Windows color (decimal): -10153009 or 13570917. OLE color: 13570917.
HSL color Cylindrical-coordinate representation of color #6513CF: hue angle of 266.17º degrees, saturation: 0.83, 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 #6513CF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 19 | 207 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.19 |
| HSL | 266.17º | 0.83% | 0.44% | - |
| HSV(B) | 266.17º | 0.91% | 0.81% | - |
| XYZ | 16.86 | 7.74 | 59.64 | - |
| YUV | 64.95 | 208.17 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 19 | 207 | 0.51 | 0.91 | 0 | 0.19 | 266.17 | 0.83 | 0.44 |
| Hex | 65 | 13 | CF | 33 | 5B | 0 | 13 | 10A | 53 | 2C |
| Octal | 145 | 23 | 317 | 63 | 133 | 0 | 23 | 412 | 123 | 54 |
| Binary | 1100101 | 10011 | 11001111 | 110011 | 1011011 | 0 | 10011 | 100001010 | 1010011 | 101100 |
Color Harmonies of #6513CF
Complementary color
Monochromatic Colors of #6513CF
Black with #6513CF
Text Example
Text Example
White with #6513CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6513CF; }
p { color: rgb(101,19,207); }
H1.HeaderClassName
{
color: #6513CF;
}
.AnyTagClassName
{
color: #6513CF;
}
</style>
background-color css
<style>
a { background-color: #6513CF; }
a { background-color: rgb(101,19,207); }
div.DivClassName
{
background-color: #6513CF;
}
.BgClassName
{
background-color: #6513CF;
}
</style>
border-color css
<style>
span { border-color: #6513CF; }
span { border-color: rgb(101,19,207); }
td.TdClassName
{
border-color: #6513CF;
}
.TagClassName
{
border-color: #6513CF;
}
</style>