Shades of Purple Heart #6305BA
Tints of Purple Heart #6305BA
RGB
CMYK
RGB Variations
Color information
#6305BA (or 0x6305BA) is known color: Purple Heart. HEX triplet: 63, 05 and BA. RGB value is (99,5,186). Sum of RGB (Red+Green+Blue) = 99+5+186=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #6305BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6305BA is #9CFA45. Grayscale: #353535. Windows color (decimal): -10287686 or 12191075. OLE color: 12191075.
HSL color Cylindrical-coordinate representation of color #6305BA: hue angle of 271.16º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6305BA is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 5 | 186 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.27 |
| HSL | 271.16º | 0.95% | 0.37% | - |
| HSV(B) | 271.16º | 0.97% | 0.73% | - |
| XYZ | 14.06 | 6.31 | 46.93 | - |
| YUV | 53.74 | 202.64 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 186 | 0.47 | 0.97 | 0 | 0.27 | 271.16 | 0.95 | 0.37 |
| Hex | 63 | 5 | BA | 2F | 61 | 0 | 1B | 10F | 5F | 25 |
| Octal | 143 | 5 | 272 | 57 | 141 | 0 | 33 | 417 | 137 | 45 |
| Binary | 1100011 | 101 | 10111010 | 101111 | 1100001 | 0 | 11011 | 100001111 | 1011111 | 100101 |
Color Harmonies of #6305BA
Complementary color
Monochromatic Colors of #6305BA
Black with #6305BA
Text Example
Text Example
White with #6305BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305BA; }
p { color: rgb(99,5,186); }
H1.HeaderClassName
{
color: #6305BA;
}
.AnyTagClassName
{
color: #6305BA;
}
</style>
background-color css
<style>
a { background-color: #6305BA; }
a { background-color: rgb(99,5,186); }
div.DivClassName
{
background-color: #6305BA;
}
.BgClassName
{
background-color: #6305BA;
}
</style>
border-color css
<style>
span { border-color: #6305BA; }
span { border-color: rgb(99,5,186); }
td.TdClassName
{
border-color: #6305BA;
}
.TagClassName
{
border-color: #6305BA;
}
</style>