Shades of Purple Heart #6303AD
Tints of Purple Heart #6303AD
RGB
CMYK
RGB Variations
Color information
#6303AD (or 0x6303AD) is known color: Purple Heart. HEX triplet: 63, 03 and AD. RGB value is (99,3,173). Sum of RGB (Red+Green+Blue) = 99+3+173=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #6303AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6303AD is #9CFC52. Grayscale: #323232. Windows color (decimal): -10288211 or 11338595. OLE color: 11338595.
HSL color Cylindrical-coordinate representation of color #6303AD: hue angle of 273.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6303AD is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 3 | 173 | - |
| CMYK | 0.43 | 0.98 | 0 | 0.32 |
| HSL | 273.88º | 0.97% | 0.35% | - |
| HSV(B) | 273.88º | 0.98% | 0.68% | - |
| XYZ | 12.72 | 5.73 | 39.97 | - |
| YUV | 51.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 3 | 173 | 0.43 | 0.98 | 0 | 0.32 | 273.88 | 0.97 | 0.35 |
| Hex | 63 | 3 | AD | 2B | 62 | 0 | 20 | 112 | 61 | 23 |
| Octal | 143 | 3 | 255 | 53 | 142 | 0 | 40 | 422 | 141 | 43 |
| Binary | 1100011 | 11 | 10101101 | 101011 | 1100010 | 0 | 100000 | 100010010 | 1100001 | 100011 |
Color Harmonies of #6303AD
Complementary color
Monochromatic Colors of #6303AD
Black with #6303AD
Text Example
Text Example
White with #6303AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6303AD; }
p { color: rgb(99,3,173); }
H1.HeaderClassName
{
color: #6303AD;
}
.AnyTagClassName
{
color: #6303AD;
}
</style>
background-color css
<style>
a { background-color: #6303AD; }
a { background-color: rgb(99,3,173); }
div.DivClassName
{
background-color: #6303AD;
}
.BgClassName
{
background-color: #6303AD;
}
</style>
border-color css
<style>
span { border-color: #6303AD; }
span { border-color: rgb(99,3,173); }
td.TdClassName
{
border-color: #6303AD;
}
.TagClassName
{
border-color: #6303AD;
}
</style>