Shades of Purple Heart #6301BC
Tints of Purple Heart #6301BC
RGB
CMYK
RGB Variations
Color information
#6301BC (or 0x6301BC) is known color: Purple Heart. HEX triplet: 63, 01 and BC. RGB value is (99,1,188). Sum of RGB (Red+Green+Blue) = 99+1+188=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #6301BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6301BC is #9CFE43. Grayscale: #323232. Windows color (decimal): -10288708 or 12321123. OLE color: 12321123.
HSL color Cylindrical-coordinate representation of color #6301BC: hue angle of 271.44º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6301BC is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 1 | 188 | - |
| CMYK | 0.47 | 0.99 | 0 | 0.26 |
| HSL | 271.44º | 0.99% | 0.37% | - |
| HSV(B) | 271.44º | 0.99% | 0.74% | - |
| XYZ | 14.23 | 6.31 | 48.04 | - |
| YUV | 51.62 | 204.97 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 1 | 188 | 0.47 | 0.99 | 0 | 0.26 | 271.44 | 0.99 | 0.37 |
| Hex | 63 | 1 | BC | 2F | 63 | 0 | 1A | 10F | 63 | 25 |
| Octal | 143 | 1 | 274 | 57 | 143 | 0 | 32 | 417 | 143 | 45 |
| Binary | 1100011 | 1 | 10111100 | 101111 | 1100011 | 0 | 11010 | 100001111 | 1100011 | 100101 |
Color Harmonies of #6301BC
Complementary color
Monochromatic Colors of #6301BC
Black with #6301BC
Text Example
Text Example
White with #6301BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6301BC; }
p { color: rgb(99,1,188); }
H1.HeaderClassName
{
color: #6301BC;
}
.AnyTagClassName
{
color: #6301BC;
}
</style>
background-color css
<style>
a { background-color: #6301BC; }
a { background-color: rgb(99,1,188); }
div.DivClassName
{
background-color: #6301BC;
}
.BgClassName
{
background-color: #6301BC;
}
</style>
border-color css
<style>
span { border-color: #6301BC; }
span { border-color: rgb(99,1,188); }
td.TdClassName
{
border-color: #6301BC;
}
.TagClassName
{
border-color: #6301BC;
}
</style>