Shades of Purple Heart #6316C6
Tints of Purple Heart #6316C6
RGB
CMYK
RGB Variations
Color information
#6316C6 (or 0x6316C6) is known color: Purple Heart. HEX triplet: 63, 16 and C6. RGB value is (99,22,198). Sum of RGB (Red+Green+Blue) = 99+22+198=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 198 (77.73% from 255 or 62.07% from 319); Max value from RGB is 198 - color contains mainly: blue. Hex color #6316C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316C6 is #9CE939. Grayscale: #404040. Windows color (decimal): -10283322 or 12981859. OLE color: 12981859.
HSL color Cylindrical-coordinate representation of color #6316C6: hue angle of 266.25º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6316C6 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 22 | 198 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.22 |
| HSL | 266.25º | 0.8% | 0.43% | - |
| HSV(B) | 266.25º | 0.89% | 0.78% | - |
| XYZ | 15.63 | 7.3 | 54.01 | - |
| YUV | 65.09 | 203.01 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 198 | 0.50 | 0.89 | 0 | 0.22 | 266.25 | 0.8 | 0.43 |
| Hex | 63 | 16 | C6 | 32 | 59 | 0 | 16 | 10A | 50 | 2B |
| Octal | 143 | 26 | 306 | 62 | 131 | 0 | 26 | 412 | 120 | 53 |
| Binary | 1100011 | 10110 | 11000110 | 110010 | 1011001 | 0 | 10110 | 100001010 | 1010000 | 101011 |
Color Harmonies of #6316C6
Complementary color
Monochromatic Colors of #6316C6
Black with #6316C6
Text Example
Text Example
White with #6316C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316C6; }
p { color: rgb(99,22,198); }
H1.HeaderClassName
{
color: #6316C6;
}
.AnyTagClassName
{
color: #6316C6;
}
</style>
background-color css
<style>
a { background-color: #6316C6; }
a { background-color: rgb(99,22,198); }
div.DivClassName
{
background-color: #6316C6;
}
.BgClassName
{
background-color: #6316C6;
}
</style>
border-color css
<style>
span { border-color: #6316C6; }
span { border-color: rgb(99,22,198); }
td.TdClassName
{
border-color: #6316C6;
}
.TagClassName
{
border-color: #6316C6;
}
</style>