Shades of Purple Heart #6311CE
Tints of Purple Heart #6311CE
RGB
CMYK
RGB Variations
Color information
#6311CE (or 0x6311CE) is known color: Purple Heart. HEX triplet: 63, 11 and CE. RGB value is (99,17,206). Sum of RGB (Red+Green+Blue) = 99+17+206=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 206 (80.86% from 255 or 63.98% from 322); Max value from RGB is 206 - color contains mainly: blue. Hex color #6311CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311CE is #9CEE31. Grayscale: #3E3E3E. Windows color (decimal): -10284594 or 13504867. OLE color: 13504867.
HSL color Cylindrical-coordinate representation of color #6311CE: hue angle of 266.03º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6311CE is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 17 | 206 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.19 |
| HSL | 266.03º | 0.85% | 0.44% | - |
| HSV(B) | 266.03º | 0.92% | 0.81% | - |
| XYZ | 16.49 | 7.51 | 58.97 | - |
| YUV | 63.06 | 208.67 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 206 | 0.52 | 0.92 | 0 | 0.19 | 266.03 | 0.85 | 0.44 |
| Hex | 63 | 11 | CE | 34 | 5C | 0 | 13 | 10A | 55 | 2C |
| Octal | 143 | 21 | 316 | 64 | 134 | 0 | 23 | 412 | 125 | 54 |
| Binary | 1100011 | 10001 | 11001110 | 110100 | 1011100 | 0 | 10011 | 100001010 | 1010101 | 101100 |
Color Harmonies of #6311CE
Complementary color
Monochromatic Colors of #6311CE
Black with #6311CE
Text Example
Text Example
White with #6311CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6311CE; }
p { color: rgb(99,17,206); }
H1.HeaderClassName
{
color: #6311CE;
}
.AnyTagClassName
{
color: #6311CE;
}
</style>
background-color css
<style>
a { background-color: #6311CE; }
a { background-color: rgb(99,17,206); }
div.DivClassName
{
background-color: #6311CE;
}
.BgClassName
{
background-color: #6311CE;
}
</style>
border-color css
<style>
span { border-color: #6311CE; }
span { border-color: rgb(99,17,206); }
td.TdClassName
{
border-color: #6311CE;
}
.TagClassName
{
border-color: #6311CE;
}
</style>