Shades of Purple Heart #6301BB
Tints of Purple Heart #6301BB
RGB
CMYK
RGB Variations
Color information
#6301BB (or 0x6301BB) is known color: Purple Heart. HEX triplet: 63, 01 and BB. RGB value is (99,1,187). Sum of RGB (Red+Green+Blue) = 99+1+187=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #6301BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301BB is #9CFE44. Grayscale: #323232. Windows color (decimal): -10288709 or 12255587. OLE color: 12255587.
HSL color Cylindrical-coordinate representation of color #6301BB: hue angle of 271.61º 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 #6301BB is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 1 | 187 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.27 |
| HSL | 271.61º | 0.99% | 0.37% | - |
| HSV(B) | 271.61º | 0.99% | 0.73% | - |
| XYZ | 14.13 | 6.26 | 47.48 | - |
| YUV | 51.51 | 204.47 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 187 | 0.47 | 0.99 | 0 | 0.27 | 271.61 | 0.99 | 0.37 |
| Hex | 63 | 1 | BB | 2F | 63 | 0 | 1B | 110 | 63 | 25 |
| Octal | 143 | 1 | 273 | 57 | 143 | 0 | 33 | 420 | 143 | 45 |
| Binary | 1100011 | 1 | 10111011 | 101111 | 1100011 | 0 | 11011 | 100010000 | 1100011 | 100101 |
Color Harmonies of #6301BB
Complementary color
Monochromatic Colors of #6301BB
Black with #6301BB
Text Example
Text Example
White with #6301BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301BB; }
p { color: rgb(99,1,187); }
H1.HeaderClassName
{
color: #6301BB;
}
.AnyTagClassName
{
color: #6301BB;
}
</style>
background-color css
<style>
a { background-color: #6301BB; }
a { background-color: rgb(99,1,187); }
div.DivClassName
{
background-color: #6301BB;
}
.BgClassName
{
background-color: #6301BB;
}
</style>
border-color css
<style>
span { border-color: #6301BB; }
span { border-color: rgb(99,1,187); }
td.TdClassName
{
border-color: #6301BB;
}
.TagClassName
{
border-color: #6301BB;
}
</style>