Shades of Purple Heart #6510CF
Tints of Purple Heart #6510CF
RGB
CMYK
RGB Variations
Color information
#6510CF (or 0x6510CF) is known color: Purple Heart. HEX triplet: 65, 10 and CF. RGB value is (101,16,207). Sum of RGB (Red+Green+Blue) = 101+16+207=324 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.17% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #6510CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510CF is #9AEF30. Grayscale: #3E3E3E. Windows color (decimal): -10153777 or 13570149. OLE color: 13570149.
HSL color Cylindrical-coordinate representation of color #6510CF: hue angle of 266.7º degrees, saturation: 0.86, 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 #6510CF is Cyan = 0.51, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 16 | 207 | - |
| CMYK | 0.51 | 0.92 | 0 | 0.19 |
| HSL | 266.7º | 0.86% | 0.44% | - |
| HSV(B) | 266.7º | 0.92% | 0.81% | - |
| XYZ | 16.81 | 7.64 | 59.62 | - |
| YUV | 63.19 | 209.16 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 207 | 0.51 | 0.92 | 0 | 0.19 | 266.7 | 0.86 | 0.44 |
| Hex | 65 | 10 | CF | 33 | 5C | 0 | 13 | 10B | 56 | 2C |
| Octal | 145 | 20 | 317 | 63 | 134 | 0 | 23 | 413 | 126 | 54 |
| Binary | 1100101 | 10000 | 11001111 | 110011 | 1011100 | 0 | 10011 | 100001011 | 1010110 | 101100 |
Color Harmonies of #6510CF
Complementary color
Monochromatic Colors of #6510CF
Black with #6510CF
Text Example
Text Example
White with #6510CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510CF; }
p { color: rgb(101,16,207); }
H1.HeaderClassName
{
color: #6510CF;
}
.AnyTagClassName
{
color: #6510CF;
}
</style>
background-color css
<style>
a { background-color: #6510CF; }
a { background-color: rgb(101,16,207); }
div.DivClassName
{
background-color: #6510CF;
}
.BgClassName
{
background-color: #6510CF;
}
</style>
border-color css
<style>
span { border-color: #6510CF; }
span { border-color: rgb(101,16,207); }
td.TdClassName
{
border-color: #6510CF;
}
.TagClassName
{
border-color: #6510CF;
}
</style>