Shades of Purple Heart #6311CF
Tints of Purple Heart #6311CF
RGB
CMYK
RGB Variations
Color information
#6311CF (or 0x6311CF) is known color: Purple Heart. HEX triplet: 63, 11 and CF. RGB value is (99,17,207). Sum of RGB (Red+Green+Blue) = 99+17+207=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #6311CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311CF is #9CEE30. Grayscale: #3E3E3E. Windows color (decimal): -10284593 or 13570403. OLE color: 13570403.
HSL color Cylindrical-coordinate representation of color #6311CF: hue angle of 265.89º 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 #6311CF is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 17 | 207 | - |
| CMYK | 0.52 | 0.92 | 0 | 0.19 |
| HSL | 265.89º | 0.85% | 0.44% | - |
| HSV(B) | 265.89º | 0.92% | 0.81% | - |
| XYZ | 16.61 | 7.56 | 59.62 | - |
| YUV | 63.18 | 209.17 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 207 | 0.52 | 0.92 | 0 | 0.19 | 265.89 | 0.85 | 0.44 |
| Hex | 63 | 11 | CF | 34 | 5C | 0 | 13 | 10A | 55 | 2C |
| Octal | 143 | 21 | 317 | 64 | 134 | 0 | 23 | 412 | 125 | 54 |
| Binary | 1100011 | 10001 | 11001111 | 110100 | 1011100 | 0 | 10011 | 100001010 | 1010101 | 101100 |
Color Harmonies of #6311CF
Complementary color
Monochromatic Colors of #6311CF
Black with #6311CF
Text Example
Text Example
White with #6311CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6311CF; }
p { color: rgb(99,17,207); }
H1.HeaderClassName
{
color: #6311CF;
}
.AnyTagClassName
{
color: #6311CF;
}
</style>
background-color css
<style>
a { background-color: #6311CF; }
a { background-color: rgb(99,17,207); }
div.DivClassName
{
background-color: #6311CF;
}
.BgClassName
{
background-color: #6311CF;
}
</style>
border-color css
<style>
span { border-color: #6311CF; }
span { border-color: rgb(99,17,207); }
td.TdClassName
{
border-color: #6311CF;
}
.TagClassName
{
border-color: #6311CF;
}
</style>