Shades of Purple Heart #6313CE
Tints of Purple Heart #6313CE
RGB
CMYK
RGB Variations
Color information
#6313CE (or 0x6313CE) is known color: Purple Heart. HEX triplet: 63, 13 and CE. RGB value is (99,19,206). Sum of RGB (Red+Green+Blue) = 99+19+206=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 19 (7.81% from 255 or 5.86% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #6313CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6313CE is #9CEC31. Grayscale: #3F3F3F. Windows color (decimal): -10284082 or 13505379. OLE color: 13505379.
HSL color Cylindrical-coordinate representation of color #6313CE: hue angle of 265.67º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6313CE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 19 | 206 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.19 |
| HSL | 265.67º | 0.83% | 0.44% | - |
| HSV(B) | 265.67º | 0.91% | 0.81% | - |
| XYZ | 16.52 | 7.57 | 58.98 | - |
| YUV | 64.24 | 208 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 19 | 206 | 0.52 | 0.91 | 0 | 0.19 | 265.67 | 0.83 | 0.44 |
| Hex | 63 | 13 | CE | 34 | 5B | 0 | 13 | 10A | 53 | 2C |
| Octal | 143 | 23 | 316 | 64 | 133 | 0 | 23 | 412 | 123 | 54 |
| Binary | 1100011 | 10011 | 11001110 | 110100 | 1011011 | 0 | 10011 | 100001010 | 1010011 | 101100 |
Color Harmonies of #6313CE
Complementary color
Monochromatic Colors of #6313CE
Black with #6313CE
Text Example
Text Example
White with #6313CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6313CE; }
p { color: rgb(99,19,206); }
H1.HeaderClassName
{
color: #6313CE;
}
.AnyTagClassName
{
color: #6313CE;
}
</style>
background-color css
<style>
a { background-color: #6313CE; }
a { background-color: rgb(99,19,206); }
div.DivClassName
{
background-color: #6313CE;
}
.BgClassName
{
background-color: #6313CE;
}
</style>
border-color css
<style>
span { border-color: #6313CE; }
span { border-color: rgb(99,19,206); }
td.TdClassName
{
border-color: #6313CE;
}
.TagClassName
{
border-color: #6313CE;
}
</style>