Shades of Purple Heart #6515CB
Tints of Purple Heart #6515CB
RGB
CMYK
RGB Variations
Color information
#6515CB (or 0x6515CB) is known color: Purple Heart. HEX triplet: 65, 15 and CB. RGB value is (101,21,203). Sum of RGB (Red+Green+Blue) = 101+21+203=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #6515CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6515CB is #9AEA34. Grayscale: #414141. Windows color (decimal): -10152501 or 13309285. OLE color: 13309285.
HSL color Cylindrical-coordinate representation of color #6515CB: hue angle of 266.37º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6515CB is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 21 | 203 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.20 |
| HSL | 266.37º | 0.81% | 0.44% | - |
| HSV(B) | 266.37º | 0.9% | 0.8% | - |
| XYZ | 16.41 | 7.61 | 57.1 | - |
| YUV | 65.67 | 205.5 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 21 | 203 | 0.50 | 0.90 | 0 | 0.20 | 266.37 | 0.81 | 0.44 |
| Hex | 65 | 15 | CB | 32 | 5A | 0 | 14 | 10A | 51 | 2C |
| Octal | 145 | 25 | 313 | 62 | 132 | 0 | 24 | 412 | 121 | 54 |
| Binary | 1100101 | 10101 | 11001011 | 110010 | 1011010 | 0 | 10100 | 100001010 | 1010001 | 101100 |
Color Harmonies of #6515CB
Complementary color
Monochromatic Colors of #6515CB
Black with #6515CB
Text Example
Text Example
White with #6515CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6515CB; }
p { color: rgb(101,21,203); }
H1.HeaderClassName
{
color: #6515CB;
}
.AnyTagClassName
{
color: #6515CB;
}
</style>
background-color css
<style>
a { background-color: #6515CB; }
a { background-color: rgb(101,21,203); }
div.DivClassName
{
background-color: #6515CB;
}
.BgClassName
{
background-color: #6515CB;
}
</style>
border-color css
<style>
span { border-color: #6515CB; }
span { border-color: rgb(101,21,203); }
td.TdClassName
{
border-color: #6515CB;
}
.TagClassName
{
border-color: #6515CB;
}
</style>