Shades of Purple Heart #6318CE
Tints of Purple Heart #6318CE
RGB
CMYK
RGB Variations
Color information
#6318CE (or 0x6318CE) is known color: Purple Heart. HEX triplet: 63, 18 and CE. RGB value is (99,24,206). Sum of RGB (Red+Green+Blue) = 99+24+206=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #6318CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318CE is #9CE731. Grayscale: #424242. Windows color (decimal): -10282802 or 13506659. OLE color: 13506659.
HSL color Cylindrical-coordinate representation of color #6318CE: hue angle of 264.73º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6318CE is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 24 | 206 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.19 |
| HSL | 264.73º | 0.79% | 0.45% | - |
| HSV(B) | 264.73º | 0.88% | 0.81% | - |
| XYZ | 16.61 | 7.76 | 59.02 | - |
| YUV | 67.17 | 206.35 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 206 | 0.52 | 0.88 | 0 | 0.19 | 264.73 | 0.79 | 0.45 |
| Hex | 63 | 18 | CE | 34 | 58 | 0 | 13 | 109 | 4F | 2D |
| Octal | 143 | 30 | 316 | 64 | 130 | 0 | 23 | 411 | 117 | 55 |
| Binary | 1100011 | 11000 | 11001110 | 110100 | 1011000 | 0 | 10011 | 100001001 | 1001111 | 101101 |
Color Harmonies of #6318CE
Complementary color
Monochromatic Colors of #6318CE
Black with #6318CE
Text Example
Text Example
White with #6318CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6318CE; }
p { color: rgb(99,24,206); }
H1.HeaderClassName
{
color: #6318CE;
}
.AnyTagClassName
{
color: #6318CE;
}
</style>
background-color css
<style>
a { background-color: #6318CE; }
a { background-color: rgb(99,24,206); }
div.DivClassName
{
background-color: #6318CE;
}
.BgClassName
{
background-color: #6318CE;
}
</style>
border-color css
<style>
span { border-color: #6318CE; }
span { border-color: rgb(99,24,206); }
td.TdClassName
{
border-color: #6318CE;
}
.TagClassName
{
border-color: #6318CE;
}
</style>