Shades of Purple Heart #6306BD
Tints of Purple Heart #6306BD
RGB
CMYK
RGB Variations
Color information
#6306BD (or 0x6306BD) is known color: Purple Heart. HEX triplet: 63, 06 and BD. RGB value is (99,6,189). Sum of RGB (Red+Green+Blue) = 99+6+189=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6306BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6306BD is #9CF942. Grayscale: #363636. Windows color (decimal): -10287427 or 12387939. OLE color: 12387939.
HSL color Cylindrical-coordinate representation of color #6306BD: hue angle of 270.49º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6306BD is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 6 | 189 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.26 |
| HSL | 270.49º | 0.94% | 0.38% | - |
| HSV(B) | 270.49º | 0.97% | 0.74% | - |
| XYZ | 14.4 | 6.46 | 48.63 | - |
| YUV | 54.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 189 | 0.48 | 0.97 | 0 | 0.26 | 270.49 | 0.94 | 0.38 |
| Hex | 63 | 6 | BD | 30 | 61 | 0 | 1A | 10E | 5E | 26 |
| Octal | 143 | 6 | 275 | 60 | 141 | 0 | 32 | 416 | 136 | 46 |
| Binary | 1100011 | 110 | 10111101 | 110000 | 1100001 | 0 | 11010 | 100001110 | 1011110 | 100110 |
Color Harmonies of #6306BD
Complementary color
Monochromatic Colors of #6306BD
Black with #6306BD
Text Example
Text Example
White with #6306BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6306BD; }
p { color: rgb(99,6,189); }
H1.HeaderClassName
{
color: #6306BD;
}
.AnyTagClassName
{
color: #6306BD;
}
</style>
background-color css
<style>
a { background-color: #6306BD; }
a { background-color: rgb(99,6,189); }
div.DivClassName
{
background-color: #6306BD;
}
.BgClassName
{
background-color: #6306BD;
}
</style>
border-color css
<style>
span { border-color: #6306BD; }
span { border-color: rgb(99,6,189); }
td.TdClassName
{
border-color: #6306BD;
}
.TagClassName
{
border-color: #6306BD;
}
</style>