Shades of Purple Heart #6306BF
Tints of Purple Heart #6306BF
RGB
CMYK
RGB Variations
Color information
#6306BF (or 0x6306BF) is known color: Purple Heart. HEX triplet: 63, 06 and BF. RGB value is (99,6,191). Sum of RGB (Red+Green+Blue) = 99+6+191=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #6306BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306BF is #9CF940. Grayscale: #363636. Windows color (decimal): -10287425 or 12519011. OLE color: 12519011.
HSL color Cylindrical-coordinate representation of color #6306BF: hue angle of 270.16º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306BF is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 6 | 191 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.25 |
| HSL | 270.16º | 0.94% | 0.39% | - |
| HSV(B) | 270.16º | 0.97% | 0.75% | - |
| XYZ | 14.61 | 6.54 | 49.78 | - |
| YUV | 54.9 | 204.81 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 191 | 0.48 | 0.97 | 0 | 0.25 | 270.16 | 0.94 | 0.39 |
| Hex | 63 | 6 | BF | 30 | 61 | 0 | 19 | 10E | 5E | 27 |
| Octal | 143 | 6 | 277 | 60 | 141 | 0 | 31 | 416 | 136 | 47 |
| Binary | 1100011 | 110 | 10111111 | 110000 | 1100001 | 0 | 11001 | 100001110 | 1011110 | 100111 |
Color Harmonies of #6306BF
Complementary color
Monochromatic Colors of #6306BF
Black with #6306BF
Text Example
Text Example
White with #6306BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6306BF; }
p { color: rgb(99,6,191); }
H1.HeaderClassName
{
color: #6306BF;
}
.AnyTagClassName
{
color: #6306BF;
}
</style>
background-color css
<style>
a { background-color: #6306BF; }
a { background-color: rgb(99,6,191); }
div.DivClassName
{
background-color: #6306BF;
}
.BgClassName
{
background-color: #6306BF;
}
</style>
border-color css
<style>
span { border-color: #6306BF; }
span { border-color: rgb(99,6,191); }
td.TdClassName
{
border-color: #6306BF;
}
.TagClassName
{
border-color: #6306BF;
}
</style>