Shades of Purple Heart #6306AB
Tints of Purple Heart #6306AB
RGB
CMYK
RGB Variations
Color information
#6306AB (or 0x6306AB) is known color: Purple Heart. HEX triplet: 63, 06 and AB. RGB value is (99,6,171). Sum of RGB (Red+Green+Blue) = 99+6+171=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 171 (67.19% from 255 or 61.96% from 276); Max value from RGB is 171 - color contains mainly: blue. Hex color #6306AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6306AB is #9CF954. Grayscale: #343434. Windows color (decimal): -10287445 or 11208291. OLE color: 11208291.
HSL color Cylindrical-coordinate representation of color #6306AB: hue angle of 273.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6306AB is Cyan = 0.42, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 6 | 171 | - |
| CMYK | 0.42 | 0.96 | 0 | 0.33 |
| HSL | 273.82º | 0.93% | 0.35% | - |
| HSV(B) | 273.82º | 0.96% | 0.67% | - |
| XYZ | 12.56 | 5.72 | 38.97 | - |
| YUV | 52.62 | 194.81 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 6 | 171 | 0.42 | 0.96 | 0 | 0.33 | 273.82 | 0.93 | 0.35 |
| Hex | 63 | 6 | AB | 2A | 60 | 0 | 21 | 112 | 5D | 23 |
| Octal | 143 | 6 | 253 | 52 | 140 | 0 | 41 | 422 | 135 | 43 |
| Binary | 1100011 | 110 | 10101011 | 101010 | 1100000 | 0 | 100001 | 100010010 | 1011101 | 100011 |
Color Harmonies of #6306AB
Complementary color
Monochromatic Colors of #6306AB
Black with #6306AB
Text Example
Text Example
White with #6306AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6306AB; }
p { color: rgb(99,6,171); }
H1.HeaderClassName
{
color: #6306AB;
}
.AnyTagClassName
{
color: #6306AB;
}
</style>
background-color css
<style>
a { background-color: #6306AB; }
a { background-color: rgb(99,6,171); }
div.DivClassName
{
background-color: #6306AB;
}
.BgClassName
{
background-color: #6306AB;
}
</style>
border-color css
<style>
span { border-color: #6306AB; }
span { border-color: rgb(99,6,171); }
td.TdClassName
{
border-color: #6306AB;
}
.TagClassName
{
border-color: #6306AB;
}
</style>