Shades of Purple Heart #6319AB
Tints of Purple Heart #6319AB
RGB
CMYK
RGB Variations
Color information
#6319AB (or 0x6319AB) is known color: Purple Heart. HEX triplet: 63, 19 and AB. RGB value is (99,25,171). Sum of RGB (Red+Green+Blue) = 99+25+171=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #6319AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6319AB is #9CE654. Grayscale: #3F3F3F. Windows color (decimal): -10282581 or 11213155. OLE color: 11213155.
HSL color Cylindrical-coordinate representation of color #6319AB: hue angle of 270.41º 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 #6319AB is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 25 | 171 | - |
| CMYK | 0.42 | 0.85 | 0 | 0.33 |
| HSL | 270.41º | 0.74% | 0.38% | - |
| HSV(B) | 270.41º | 0.85% | 0.67% | - |
| XYZ | 12.84 | 6.29 | 39.06 | - |
| YUV | 63.77 | 188.52 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 171 | 0.42 | 0.85 | 0 | 0.33 | 270.41 | 0.74 | 0.38 |
| Hex | 63 | 19 | AB | 2A | 55 | 0 | 21 | 10E | 4A | 26 |
| Octal | 143 | 31 | 253 | 52 | 125 | 0 | 41 | 416 | 112 | 46 |
| Binary | 1100011 | 11001 | 10101011 | 101010 | 1010101 | 0 | 100001 | 100001110 | 1001010 | 100110 |
Color Harmonies of #6319AB
Complementary color
Monochromatic Colors of #6319AB
Black with #6319AB
Text Example
Text Example
White with #6319AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319AB; }
p { color: rgb(99,25,171); }
H1.HeaderClassName
{
color: #6319AB;
}
.AnyTagClassName
{
color: #6319AB;
}
</style>
background-color css
<style>
a { background-color: #6319AB; }
a { background-color: rgb(99,25,171); }
div.DivClassName
{
background-color: #6319AB;
}
.BgClassName
{
background-color: #6319AB;
}
</style>
border-color css
<style>
span { border-color: #6319AB; }
span { border-color: rgb(99,25,171); }
td.TdClassName
{
border-color: #6319AB;
}
.TagClassName
{
border-color: #6319AB;
}
</style>