Shades of Purple Heart #6315AA
Tints of Purple Heart #6315AA
RGB
CMYK
RGB Variations
Color information
#6315AA (or 0x6315AA) is known color: Purple Heart. HEX triplet: 63, 15 and AA. RGB value is (99,21,170). Sum of RGB (Red+Green+Blue) = 99+21+170=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 170 (66.80% from 255 or 58.62% from 290); Max value from RGB is 170 - color contains mainly: blue. Hex color #6315AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6315AA is #9CEA55. Grayscale: #3C3C3C. Windows color (decimal): -10283606 or 11146595. OLE color: 11146595.
HSL color Cylindrical-coordinate representation of color #6315AA: hue angle of 271.41º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6315AA is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 21 | 170 | - |
| CMYK | 0.42 | 0.88 | 0 | 0.33 |
| HSL | 271.41º | 0.78% | 0.37% | - |
| HSV(B) | 271.41º | 0.88% | 0.67% | - |
| XYZ | 12.67 | 6.09 | 38.54 | - |
| YUV | 61.31 | 189.34 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 170 | 0.42 | 0.88 | 0 | 0.33 | 271.41 | 0.78 | 0.37 |
| Hex | 63 | 15 | AA | 2A | 58 | 0 | 21 | 10F | 4E | 25 |
| Octal | 143 | 25 | 252 | 52 | 130 | 0 | 41 | 417 | 116 | 45 |
| Binary | 1100011 | 10101 | 10101010 | 101010 | 1011000 | 0 | 100001 | 100001111 | 1001110 | 100101 |
Color Harmonies of #6315AA
Complementary color
Monochromatic Colors of #6315AA
Black with #6315AA
Text Example
Text Example
White with #6315AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6315AA; }
p { color: rgb(99,21,170); }
H1.HeaderClassName
{
color: #6315AA;
}
.AnyTagClassName
{
color: #6315AA;
}
</style>
background-color css
<style>
a { background-color: #6315AA; }
a { background-color: rgb(99,21,170); }
div.DivClassName
{
background-color: #6315AA;
}
.BgClassName
{
background-color: #6315AA;
}
</style>
border-color css
<style>
span { border-color: #6315AA; }
span { border-color: rgb(99,21,170); }
td.TdClassName
{
border-color: #6315AA;
}
.TagClassName
{
border-color: #6315AA;
}
</style>