Shades of Purple Heart #6317DC
Tints of Purple Heart #6317DC
RGB
CMYK
RGB Variations
Color information
#6317DC (or 0x6317DC) is known color: Purple Heart. HEX triplet: 63, 17 and DC. RGB value is (99,23,220). Sum of RGB (Red+Green+Blue) = 99+23+220=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #6317DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6317DC is #9CE823. Grayscale: #434343. Windows color (decimal): -10283044 or 14423907. OLE color: 14423907.
HSL color Cylindrical-coordinate representation of color #6317DC: hue angle of 263.15º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6317DC is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 23 | 220 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.14 |
| HSL | 263.15º | 0.81% | 0.48% | - |
| HSV(B) | 263.15º | 0.9% | 0.86% | - |
| XYZ | 18.37 | 8.43 | 68.37 | - |
| YUV | 68.18 | 213.68 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 23 | 220 | 0.55 | 0.90 | 0 | 0.14 | 263.15 | 0.81 | 0.48 |
| Hex | 63 | 17 | DC | 37 | 5A | 0 | E | 107 | 51 | 30 |
| Octal | 143 | 27 | 334 | 67 | 132 | 0 | 16 | 407 | 121 | 60 |
| Binary | 1100011 | 10111 | 11011100 | 110111 | 1011010 | 0 | 1110 | 100000111 | 1010001 | 110000 |
Color Harmonies of #6317DC
Complementary color
Monochromatic Colors of #6317DC
Black with #6317DC
Text Example
Text Example
White with #6317DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6317DC; }
p { color: rgb(99,23,220); }
H1.HeaderClassName
{
color: #6317DC;
}
.AnyTagClassName
{
color: #6317DC;
}
</style>
background-color css
<style>
a { background-color: #6317DC; }
a { background-color: rgb(99,23,220); }
div.DivClassName
{
background-color: #6317DC;
}
.BgClassName
{
background-color: #6317DC;
}
</style>
border-color css
<style>
span { border-color: #6317DC; }
span { border-color: rgb(99,23,220); }
td.TdClassName
{
border-color: #6317DC;
}
.TagClassName
{
border-color: #6317DC;
}
</style>