Shades of Purple Heart #6311BC
Tints of Purple Heart #6311BC
RGB
CMYK
RGB Variations
Color information
#6311BC (or 0x6311BC) is known color: Purple Heart. HEX triplet: 63, 11 and BC. RGB value is (99,17,188). Sum of RGB (Red+Green+Blue) = 99+17+188=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #6311BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6311BC is #9CEE43. Grayscale: #3C3C3C. Windows color (decimal): -10284612 or 12325219. OLE color: 12325219.
HSL color Cylindrical-coordinate representation of color #6311BC: hue angle of 268.77º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6311BC is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 17 | 188 | - |
| CMYK | 0.47 | 0.91 | 0 | 0.26 |
| HSL | 268.77º | 0.83% | 0.4% | - |
| HSV(B) | 268.77º | 0.91% | 0.74% | - |
| XYZ | 14.42 | 6.68 | 48.11 | - |
| YUV | 61.01 | 199.67 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 17 | 188 | 0.47 | 0.91 | 0 | 0.26 | 268.77 | 0.83 | 0.4 |
| Hex | 63 | 11 | BC | 2F | 5B | 0 | 1A | 10D | 53 | 28 |
| Octal | 143 | 21 | 274 | 57 | 133 | 0 | 32 | 415 | 123 | 50 |
| Binary | 1100011 | 10001 | 10111100 | 101111 | 1011011 | 0 | 11010 | 100001101 | 1010011 | 101000 |
Color Harmonies of #6311BC
Complementary color
Monochromatic Colors of #6311BC
Black with #6311BC
Text Example
Text Example
White with #6311BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6311BC; }
p { color: rgb(99,17,188); }
H1.HeaderClassName
{
color: #6311BC;
}
.AnyTagClassName
{
color: #6311BC;
}
</style>
background-color css
<style>
a { background-color: #6311BC; }
a { background-color: rgb(99,17,188); }
div.DivClassName
{
background-color: #6311BC;
}
.BgClassName
{
background-color: #6311BC;
}
</style>
border-color css
<style>
span { border-color: #6311BC; }
span { border-color: rgb(99,17,188); }
td.TdClassName
{
border-color: #6311BC;
}
.TagClassName
{
border-color: #6311BC;
}
</style>