Shades of Purple Heart #6313AF
Tints of Purple Heart #6313AF
RGB
CMYK
RGB Variations
Color information
#6313AF (or 0x6313AF) is known color: Purple Heart. HEX triplet: 63, 13 and AF. RGB value is (99,19,175). Sum of RGB (Red+Green+Blue) = 99+19+175=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 175 (68.75% from 255 or 59.73% from 293); Max value from RGB is 175 - color contains mainly: blue. Hex color #6313AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6313AF is #9CEC50. Grayscale: #3C3C3C. Windows color (decimal): -10284113 or 11473763. OLE color: 11473763.
HSL color Cylindrical-coordinate representation of color #6313AF: hue angle of 270.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6313AF is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 99 | 19 | 175 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.31 |
| HSL | 270.77º | 0.8% | 0.38% | - |
| HSV(B) | 270.77º | 0.89% | 0.69% | - |
| XYZ | 13.12 | 6.21 | 41.07 | - |
| YUV | 60.7 | 192.5 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 175 | 0.43 | 0.89 | 0 | 0.31 | 270.77 | 0.8 | 0.38 |
| Hex | 63 | 13 | AF | 2B | 59 | 0 | 1F | 10F | 50 | 26 |
| Octal | 143 | 23 | 257 | 53 | 131 | 0 | 37 | 417 | 120 | 46 |
| Binary | 1100011 | 10011 | 10101111 | 101011 | 1011001 | 0 | 11111 | 100001111 | 1010000 | 100110 |
Color Harmonies of #6313AF
Complementary color
Monochromatic Colors of #6313AF
Black with #6313AF
Text Example
Text Example
White with #6313AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6313AF; }
p { color: rgb(99,19,175); }
H1.HeaderClassName
{
color: #6313AF;
}
.AnyTagClassName
{
color: #6313AF;
}
</style>
background-color css
<style>
a { background-color: #6313AF; }
a { background-color: rgb(99,19,175); }
div.DivClassName
{
background-color: #6313AF;
}
.BgClassName
{
background-color: #6313AF;
}
</style>
border-color css
<style>
span { border-color: #6313AF; }
span { border-color: rgb(99,19,175); }
td.TdClassName
{
border-color: #6313AF;
}
.TagClassName
{
border-color: #6313AF;
}
</style>