Shades of Purple Heart #6315AD
Tints of Purple Heart #6315AD
RGB
CMYK
RGB Variations
Color information
#6315AD (or 0x6315AD) is known color: Purple Heart. HEX triplet: 63, 15 and AD. RGB value is (99,21,173). Sum of RGB (Red+Green+Blue) = 99+21+173=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #6315AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6315AD is #9CEA52. Grayscale: #3D3D3D. Windows color (decimal): -10283603 or 11343203. OLE color: 11343203.
HSL color Cylindrical-coordinate representation of color #6315AD: hue angle of 270.79º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6315AD is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 21 | 173 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.32 |
| HSL | 270.79º | 0.78% | 0.38% | - |
| HSV(B) | 270.79º | 0.88% | 0.68% | - |
| XYZ | 12.96 | 6.21 | 40.05 | - |
| YUV | 61.65 | 190.84 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 173 | 0.43 | 0.88 | 0 | 0.32 | 270.79 | 0.78 | 0.38 |
| Hex | 63 | 15 | AD | 2B | 58 | 0 | 20 | 10F | 4E | 26 |
| Octal | 143 | 25 | 255 | 53 | 130 | 0 | 40 | 417 | 116 | 46 |
| Binary | 1100011 | 10101 | 10101101 | 101011 | 1011000 | 0 | 100000 | 100001111 | 1001110 | 100110 |
Color Harmonies of #6315AD
Complementary color
Monochromatic Colors of #6315AD
Black with #6315AD
Text Example
Text Example
White with #6315AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6315AD; }
p { color: rgb(99,21,173); }
H1.HeaderClassName
{
color: #6315AD;
}
.AnyTagClassName
{
color: #6315AD;
}
</style>
background-color css
<style>
a { background-color: #6315AD; }
a { background-color: rgb(99,21,173); }
div.DivClassName
{
background-color: #6315AD;
}
.BgClassName
{
background-color: #6315AD;
}
</style>
border-color css
<style>
span { border-color: #6315AD; }
span { border-color: rgb(99,21,173); }
td.TdClassName
{
border-color: #6315AD;
}
.TagClassName
{
border-color: #6315AD;
}
</style>