Shades of Purple Heart #6310B3
Tints of Purple Heart #6310B3
RGB
CMYK
RGB Variations
Color information
#6310B3 (or 0x6310B3) is known color: Purple Heart. HEX triplet: 63, 10 and B3. RGB value is (99,16,179). Sum of RGB (Red+Green+Blue) = 99+16+179=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 179 (70.31% from 255 or 60.88% from 294); Max value from RGB is 179 - color contains mainly: blue. Hex color #6310B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6310B3 is #9CEF4C. Grayscale: #3A3A3A. Windows color (decimal): -10284877 or 11735139. OLE color: 11735139.
HSL color Cylindrical-coordinate representation of color #6310B3: hue angle of 270.55º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6310B3 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 99 | 16 | 179 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.30 |
| HSL | 270.55º | 0.84% | 0.38% | - |
| HSV(B) | 270.55º | 0.91% | 0.7% | - |
| XYZ | 13.47 | 6.28 | 43.15 | - |
| YUV | 59.4 | 195.5 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 16 | 179 | 0.45 | 0.91 | 0 | 0.30 | 270.55 | 0.84 | 0.38 |
| Hex | 63 | 10 | B3 | 2D | 5B | 0 | 1E | 10F | 54 | 26 |
| Octal | 143 | 20 | 263 | 55 | 133 | 0 | 36 | 417 | 124 | 46 |
| Binary | 1100011 | 10000 | 10110011 | 101101 | 1011011 | 0 | 11110 | 100001111 | 1010100 | 100110 |
Color Harmonies of #6310B3
Complementary color
Monochromatic Colors of #6310B3
Black with #6310B3
Text Example
Text Example
White with #6310B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6310B3; }
p { color: rgb(99,16,179); }
H1.HeaderClassName
{
color: #6310B3;
}
.AnyTagClassName
{
color: #6310B3;
}
</style>
background-color css
<style>
a { background-color: #6310B3; }
a { background-color: rgb(99,16,179); }
div.DivClassName
{
background-color: #6310B3;
}
.BgClassName
{
background-color: #6310B3;
}
</style>
border-color css
<style>
span { border-color: #6310B3; }
span { border-color: rgb(99,16,179); }
td.TdClassName
{
border-color: #6310B3;
}
.TagClassName
{
border-color: #6310B3;
}
</style>