Shades of Purple Heart #6316C5
Tints of Purple Heart #6316C5
RGB
CMYK
RGB Variations
Color information
#6316C5 (or 0x6316C5) is known color: Purple Heart. HEX triplet: 63, 16 and C5. RGB value is (99,22,197). Sum of RGB (Red+Green+Blue) = 99+22+197=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 197 (77.34% from 255 or 61.95% from 318); Max value from RGB is 197 - color contains mainly: blue. Hex color #6316C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316C5 is #9CE93A. Grayscale: #404040. Windows color (decimal): -10283323 or 12916323. OLE color: 12916323.
HSL color Cylindrical-coordinate representation of color #6316C5: hue angle of 266.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6316C5 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 22 | 197 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.23 |
| HSL | 266.4º | 0.8% | 0.43% | - |
| HSV(B) | 266.4º | 0.89% | 0.77% | - |
| XYZ | 15.51 | 7.26 | 53.41 | - |
| YUV | 64.97 | 202.51 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 197 | 0.50 | 0.89 | 0 | 0.23 | 266.4 | 0.8 | 0.43 |
| Hex | 63 | 16 | C5 | 32 | 59 | 0 | 17 | 10A | 50 | 2B |
| Octal | 143 | 26 | 305 | 62 | 131 | 0 | 27 | 412 | 120 | 53 |
| Binary | 1100011 | 10110 | 11000101 | 110010 | 1011001 | 0 | 10111 | 100001010 | 1010000 | 101011 |
Color Harmonies of #6316C5
Complementary color
Monochromatic Colors of #6316C5
Black with #6316C5
Text Example
Text Example
White with #6316C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316C5; }
p { color: rgb(99,22,197); }
H1.HeaderClassName
{
color: #6316C5;
}
.AnyTagClassName
{
color: #6316C5;
}
</style>
background-color css
<style>
a { background-color: #6316C5; }
a { background-color: rgb(99,22,197); }
div.DivClassName
{
background-color: #6316C5;
}
.BgClassName
{
background-color: #6316C5;
}
</style>
border-color css
<style>
span { border-color: #6316C5; }
span { border-color: rgb(99,22,197); }
td.TdClassName
{
border-color: #6316C5;
}
.TagClassName
{
border-color: #6316C5;
}
</style>