Shades of Purple Heart #6319AD
Tints of Purple Heart #6319AD
RGB
CMYK
RGB Variations
Color information
#6319AD (or 0x6319AD) is known color: Purple Heart. HEX triplet: 63, 19 and AD. RGB value is (99,25,173). Sum of RGB (Red+Green+Blue) = 99+25+173=297 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.33% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #6319AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6319AD is #9CE652. Grayscale: #3F3F3F. Windows color (decimal): -10282579 or 11344227. OLE color: 11344227.
HSL color Cylindrical-coordinate representation of color #6319AD: hue angle of 270º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6319AD is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 25 | 173 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.32 |
| HSL | 270º | 0.75% | 0.39% | - |
| HSV(B) | 270º | 0.86% | 0.68% | - |
| XYZ | 13.04 | 6.37 | 40.08 | - |
| YUV | 64 | 189.52 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 173 | 0.43 | 0.86 | 0 | 0.32 | 270 | 0.75 | 0.39 |
| Hex | 63 | 19 | AD | 2B | 56 | 0 | 20 | 10E | 4B | 27 |
| Octal | 143 | 31 | 255 | 53 | 126 | 0 | 40 | 416 | 113 | 47 |
| Binary | 1100011 | 11001 | 10101101 | 101011 | 1010110 | 0 | 100000 | 100001110 | 1001011 | 100111 |
Color Harmonies of #6319AD
Complementary color
Monochromatic Colors of #6319AD
Black with #6319AD
Text Example
Text Example
White with #6319AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319AD; }
p { color: rgb(99,25,173); }
H1.HeaderClassName
{
color: #6319AD;
}
.AnyTagClassName
{
color: #6319AD;
}
</style>
background-color css
<style>
a { background-color: #6319AD; }
a { background-color: rgb(99,25,173); }
div.DivClassName
{
background-color: #6319AD;
}
.BgClassName
{
background-color: #6319AD;
}
</style>
border-color css
<style>
span { border-color: #6319AD; }
span { border-color: rgb(99,25,173); }
td.TdClassName
{
border-color: #6319AD;
}
.TagClassName
{
border-color: #6319AD;
}
</style>