Shades of Purple Heart #6510CB
Tints of Purple Heart #6510CB
RGB
CMYK
RGB Variations
Color information
#6510CB (or 0x6510CB) is known color: Purple Heart. HEX triplet: 65, 10 and CB. RGB value is (101,16,203). Sum of RGB (Red+Green+Blue) = 101+16+203=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #6510CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6510CB is #9AEF34. Grayscale: #3E3E3E. Windows color (decimal): -10153781 or 13308005. OLE color: 13308005.
HSL color Cylindrical-coordinate representation of color #6510CB: hue angle of 267.27º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6510CB is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 16 | 203 | - |
| CMYK | 0.50 | 0.92 | 0 | 0.20 |
| HSL | 267.27º | 0.85% | 0.43% | - |
| HSV(B) | 267.27º | 0.92% | 0.8% | - |
| XYZ | 16.33 | 7.45 | 57.08 | - |
| YUV | 62.73 | 207.16 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 16 | 203 | 0.50 | 0.92 | 0 | 0.20 | 267.27 | 0.85 | 0.43 |
| Hex | 65 | 10 | CB | 32 | 5C | 0 | 14 | 10B | 55 | 2B |
| Octal | 145 | 20 | 313 | 62 | 134 | 0 | 24 | 413 | 125 | 53 |
| Binary | 1100101 | 10000 | 11001011 | 110010 | 1011100 | 0 | 10100 | 100001011 | 1010101 | 101011 |
Color Harmonies of #6510CB
Complementary color
Monochromatic Colors of #6510CB
Black with #6510CB
Text Example
Text Example
White with #6510CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6510CB; }
p { color: rgb(101,16,203); }
H1.HeaderClassName
{
color: #6510CB;
}
.AnyTagClassName
{
color: #6510CB;
}
</style>
background-color css
<style>
a { background-color: #6510CB; }
a { background-color: rgb(101,16,203); }
div.DivClassName
{
background-color: #6510CB;
}
.BgClassName
{
background-color: #6510CB;
}
</style>
border-color css
<style>
span { border-color: #6510CB; }
span { border-color: rgb(101,16,203); }
td.TdClassName
{
border-color: #6510CB;
}
.TagClassName
{
border-color: #6510CB;
}
</style>