Shades of Purple Heart #6316CC
Tints of Purple Heart #6316CC
RGB
CMYK
RGB Variations
Color information
#6316CC (or 0x6316CC) is known color: Purple Heart. HEX triplet: 63, 16 and CC. RGB value is (99,22,204). Sum of RGB (Red+Green+Blue) = 99+22+204=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #6316CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6316CC is #9CE933. Grayscale: #414141. Windows color (decimal): -10283316 or 13375075. OLE color: 13375075.
HSL color Cylindrical-coordinate representation of color #6316CC: hue angle of 265.38º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6316CC is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 22 | 204 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.2 |
| HSL | 265.38º | 0.81% | 0.44% | - |
| HSV(B) | 265.38º | 0.89% | 0.8% | - |
| XYZ | 16.33 | 7.59 | 57.73 | - |
| YUV | 65.77 | 206.01 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 22 | 204 | 0.51 | 0.89 | 0 | 0.2 | 265.38 | 0.81 | 0.44 |
| Hex | 63 | 16 | CC | 33 | 59 | 0 | 14 | 109 | 51 | 2C |
| Octal | 143 | 26 | 314 | 63 | 131 | 0 | 24 | 411 | 121 | 54 |
| Binary | 1100011 | 10110 | 11001100 | 110011 | 1011001 | 0 | 10100 | 100001001 | 1010001 | 101100 |
Color Harmonies of #6316CC
Complementary color
Monochromatic Colors of #6316CC
Black with #6316CC
Text Example
Text Example
White with #6316CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6316CC; }
p { color: rgb(99,22,204); }
H1.HeaderClassName
{
color: #6316CC;
}
.AnyTagClassName
{
color: #6316CC;
}
</style>
background-color css
<style>
a { background-color: #6316CC; }
a { background-color: rgb(99,22,204); }
div.DivClassName
{
background-color: #6316CC;
}
.BgClassName
{
background-color: #6316CC;
}
</style>
border-color css
<style>
span { border-color: #6316CC; }
span { border-color: rgb(99,22,204); }
td.TdClassName
{
border-color: #6316CC;
}
.TagClassName
{
border-color: #6316CC;
}
</style>