Shades of Purple Heart #6319B5
Tints of Purple Heart #6319B5
RGB
CMYK
RGB Variations
Color information
#6319B5 (or 0x6319B5) is known color: Purple Heart. HEX triplet: 63, 19 and B5. RGB value is (99,25,181). Sum of RGB (Red+Green+Blue) = 99+25+181=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #6319B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6319B5 is #9CE64A. Grayscale: #404040. Windows color (decimal): -10282571 or 11868515. OLE color: 11868515.
HSL color Cylindrical-coordinate representation of color #6319B5: hue angle of 268.46º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6319B5 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 25 | 181 | - |
| CMYK | 0.45 | 0.86 | 0 | 0.29 |
| HSL | 268.46º | 0.76% | 0.4% | - |
| HSV(B) | 268.46º | 0.86% | 0.71% | - |
| XYZ | 13.83 | 6.68 | 44.28 | - |
| YUV | 64.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 25 | 181 | 0.45 | 0.86 | 0 | 0.29 | 268.46 | 0.76 | 0.4 |
| Hex | 63 | 19 | B5 | 2D | 56 | 0 | 1D | 10C | 4C | 28 |
| Octal | 143 | 31 | 265 | 55 | 126 | 0 | 35 | 414 | 114 | 50 |
| Binary | 1100011 | 11001 | 10110101 | 101101 | 1010110 | 0 | 11101 | 100001100 | 1001100 | 101000 |
Color Harmonies of #6319B5
Complementary color
Monochromatic Colors of #6319B5
Black with #6319B5
Text Example
Text Example
White with #6319B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6319B5; }
p { color: rgb(99,25,181); }
H1.HeaderClassName
{
color: #6319B5;
}
.AnyTagClassName
{
color: #6319B5;
}
</style>
background-color css
<style>
a { background-color: #6319B5; }
a { background-color: rgb(99,25,181); }
div.DivClassName
{
background-color: #6319B5;
}
.BgClassName
{
background-color: #6319B5;
}
</style>
border-color css
<style>
span { border-color: #6319B5; }
span { border-color: rgb(99,25,181); }
td.TdClassName
{
border-color: #6319B5;
}
.TagClassName
{
border-color: #6319B5;
}
</style>