Shades of Purple Heart #6315C6
Tints of Purple Heart #6315C6
RGB
CMYK
RGB Variations
Color information
#6315C6 (or 0x6315C6) is known color: Purple Heart. HEX triplet: 63, 15 and C6. RGB value is (99,21,198). Sum of RGB (Red+Green+Blue) = 99+21+198=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #6315C6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6315C6 is #9CEA39. Grayscale: #3F3F3F. Windows color (decimal): -10283578 or 12981603. OLE color: 12981603.
HSL color Cylindrical-coordinate representation of color #6315C6: hue angle of 266.44º degrees, saturation: 0.81, 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 #6315C6 is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 21 | 198 | - |
| CMYK | 0.50 | 0.89 | 0 | 0.22 |
| HSL | 266.44º | 0.81% | 0.43% | - |
| HSV(B) | 266.44º | 0.89% | 0.78% | - |
| XYZ | 15.61 | 7.27 | 54.01 | - |
| YUV | 64.5 | 203.34 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 21 | 198 | 0.50 | 0.89 | 0 | 0.22 | 266.44 | 0.81 | 0.43 |
| Hex | 63 | 15 | C6 | 32 | 59 | 0 | 16 | 10A | 51 | 2B |
| Octal | 143 | 25 | 306 | 62 | 131 | 0 | 26 | 412 | 121 | 53 |
| Binary | 1100011 | 10101 | 11000110 | 110010 | 1011001 | 0 | 10110 | 100001010 | 1010001 | 101011 |
Color Harmonies of #6315C6
Complementary color
Monochromatic Colors of #6315C6
Black with #6315C6
Text Example
Text Example
White with #6315C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6315C6; }
p { color: rgb(99,21,198); }
H1.HeaderClassName
{
color: #6315C6;
}
.AnyTagClassName
{
color: #6315C6;
}
</style>
background-color css
<style>
a { background-color: #6315C6; }
a { background-color: rgb(99,21,198); }
div.DivClassName
{
background-color: #6315C6;
}
.BgClassName
{
background-color: #6315C6;
}
</style>
border-color css
<style>
span { border-color: #6315C6; }
span { border-color: rgb(99,21,198); }
td.TdClassName
{
border-color: #6315C6;
}
.TagClassName
{
border-color: #6315C6;
}
</style>