Shades of Purple Heart #6319AA
Tints of Purple Heart #6319AA
RGB
CMYK
RGB Variations
Color information
#6319AA (or 0x6319AA) is known color: Purple Heart. HEX triplet: 63, 19 and AA. RGB value is (99,25,170). Sum of RGB (Red+Green+Blue) = 99+25+170=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #6319AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6319AA is #9CE655. Grayscale: #3F3F3F. Windows color (decimal): -10282582 or 11147619. OLE color: 11147619.
HSL color Cylindrical-coordinate representation of color #6319AA: hue angle of 270.62º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6319AA is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 25 | 170 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.33 |
| HSL | 270.62º | 0.74% | 0.38% | - |
| HSV(B) | 270.62º | 0.85% | 0.67% | - |
| XYZ | 12.75 | 6.25 | 38.56 | - |
| YUV | 63.66 | 188.02 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 170 | 0.42 | 0.85 | 0 | 0.33 | 270.62 | 0.74 | 0.38 |
| Hex | 63 | 19 | AA | 2A | 55 | 0 | 21 | 10F | 4A | 26 |
| Octal | 143 | 31 | 252 | 52 | 125 | 0 | 41 | 417 | 112 | 46 |
| Binary | 1100011 | 11001 | 10101010 | 101010 | 1010101 | 0 | 100001 | 100001111 | 1001010 | 100110 |
Color Harmonies of #6319AA
Complementary color
Monochromatic Colors of #6319AA
Black with #6319AA
Text Example
Text Example
White with #6319AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319AA; }
p { color: rgb(99,25,170); }
H1.HeaderClassName
{
color: #6319AA;
}
.AnyTagClassName
{
color: #6319AA;
}
</style>
background-color css
<style>
a { background-color: #6319AA; }
a { background-color: rgb(99,25,170); }
div.DivClassName
{
background-color: #6319AA;
}
.BgClassName
{
background-color: #6319AA;
}
</style>
border-color css
<style>
span { border-color: #6319AA; }
span { border-color: rgb(99,25,170); }
td.TdClassName
{
border-color: #6319AA;
}
.TagClassName
{
border-color: #6319AA;
}
</style>