Shades of Purple Heart #6301BA
Tints of Purple Heart #6301BA
RGB
CMYK
RGB Variations
Color information
#6301BA (or 0x6301BA) is known color: Purple Heart. HEX triplet: 63, 01 and BA. RGB value is (99,1,186). Sum of RGB (Red+Green+Blue) = 99+1+186=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #6301BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301BA is #9CFE45. Grayscale: #323232. Windows color (decimal): -10288710 or 12190051. OLE color: 12190051.
HSL color Cylindrical-coordinate representation of color #6301BA: hue angle of 271.78º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6301BA is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 1 | 186 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.27 |
| HSL | 271.78º | 0.99% | 0.37% | - |
| HSV(B) | 271.78º | 0.99% | 0.73% | - |
| XYZ | 14.02 | 6.22 | 46.92 | - |
| YUV | 51.39 | 203.97 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 186 | 0.47 | 0.99 | 0 | 0.27 | 271.78 | 0.99 | 0.37 |
| Hex | 63 | 1 | BA | 2F | 63 | 0 | 1B | 110 | 63 | 25 |
| Octal | 143 | 1 | 272 | 57 | 143 | 0 | 33 | 420 | 143 | 45 |
| Binary | 1100011 | 1 | 10111010 | 101111 | 1100011 | 0 | 11011 | 100010000 | 1100011 | 100101 |
Color Harmonies of #6301BA
Complementary color
Monochromatic Colors of #6301BA
Black with #6301BA
Text Example
Text Example
White with #6301BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301BA; }
p { color: rgb(99,1,186); }
H1.HeaderClassName
{
color: #6301BA;
}
.AnyTagClassName
{
color: #6301BA;
}
</style>
background-color css
<style>
a { background-color: #6301BA; }
a { background-color: rgb(99,1,186); }
div.DivClassName
{
background-color: #6301BA;
}
.BgClassName
{
background-color: #6301BA;
}
</style>
border-color css
<style>
span { border-color: #6301BA; }
span { border-color: rgb(99,1,186); }
td.TdClassName
{
border-color: #6301BA;
}
.TagClassName
{
border-color: #6301BA;
}
</style>