Shades of Purple Heart #6318D1
Tints of Purple Heart #6318D1
RGB
CMYK
RGB Variations
Color information
#6318D1 (or 0x6318D1) is known color: Purple Heart. HEX triplet: 63, 18 and D1. RGB value is (99,24,209). Sum of RGB (Red+Green+Blue) = 99+24+209=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #6318D1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6318D1 is #9CE72E. Grayscale: #424242. Windows color (decimal): -10282799 or 13703267. OLE color: 13703267.
HSL color Cylindrical-coordinate representation of color #6318D1: hue angle of 264.32º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6318D1 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 24 | 209 | - |
| CMYK | 0.53 | 0.89 | 0 | 0.18 |
| HSL | 264.32º | 0.79% | 0.46% | - |
| HSV(B) | 264.32º | 0.89% | 0.82% | - |
| XYZ | 16.98 | 7.91 | 60.95 | - |
| YUV | 67.52 | 207.85 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 24 | 209 | 0.53 | 0.89 | 0 | 0.18 | 264.32 | 0.79 | 0.46 |
| Hex | 63 | 18 | D1 | 35 | 59 | 0 | 12 | 108 | 4F | 2E |
| Octal | 143 | 30 | 321 | 65 | 131 | 0 | 22 | 410 | 117 | 56 |
| Binary | 1100011 | 11000 | 11010001 | 110101 | 1011001 | 0 | 10010 | 100001000 | 1001111 | 101110 |
Color Harmonies of #6318D1
Complementary color
Monochromatic Colors of #6318D1
Black with #6318D1
Text Example
Text Example
White with #6318D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6318D1; }
p { color: rgb(99,24,209); }
H1.HeaderClassName
{
color: #6318D1;
}
.AnyTagClassName
{
color: #6318D1;
}
</style>
background-color css
<style>
a { background-color: #6318D1; }
a { background-color: rgb(99,24,209); }
div.DivClassName
{
background-color: #6318D1;
}
.BgClassName
{
background-color: #6318D1;
}
</style>
border-color css
<style>
span { border-color: #6318D1; }
span { border-color: rgb(99,24,209); }
td.TdClassName
{
border-color: #6318D1;
}
.TagClassName
{
border-color: #6318D1;
}
</style>