Shades of Purple Heart #6305AD
Tints of Purple Heart #6305AD
RGB
CMYK
RGB Variations
Color information
#6305AD (or 0x6305AD) is known color: Purple Heart. HEX triplet: 63, 05 and AD. RGB value is (99,5,173). Sum of RGB (Red+Green+Blue) = 99+5+173=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #6305AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6305AD is #9CFA52. Grayscale: #333333. Windows color (decimal): -10287699 or 11339107. OLE color: 11339107.
HSL color Cylindrical-coordinate representation of color #6305AD: hue angle of 273.57º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6305AD is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 5 | 173 | - |
| CMYK | 0.43 | 0.97 | 0 | 0.32 |
| HSL | 273.57º | 0.94% | 0.35% | - |
| HSV(B) | 273.57º | 0.97% | 0.68% | - |
| XYZ | 12.74 | 5.78 | 39.98 | - |
| YUV | 52.26 | 196.14 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 5 | 173 | 0.43 | 0.97 | 0 | 0.32 | 273.57 | 0.94 | 0.35 |
| Hex | 63 | 5 | AD | 2B | 61 | 0 | 20 | 112 | 5E | 23 |
| Octal | 143 | 5 | 255 | 53 | 141 | 0 | 40 | 422 | 136 | 43 |
| Binary | 1100011 | 101 | 10101101 | 101011 | 1100001 | 0 | 100000 | 100010010 | 1011110 | 100011 |
Color Harmonies of #6305AD
Complementary color
Monochromatic Colors of #6305AD
Black with #6305AD
Text Example
Text Example
White with #6305AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6305AD; }
p { color: rgb(99,5,173); }
H1.HeaderClassName
{
color: #6305AD;
}
.AnyTagClassName
{
color: #6305AD;
}
</style>
background-color css
<style>
a { background-color: #6305AD; }
a { background-color: rgb(99,5,173); }
div.DivClassName
{
background-color: #6305AD;
}
.BgClassName
{
background-color: #6305AD;
}
</style>
border-color css
<style>
span { border-color: #6305AD; }
span { border-color: rgb(99,5,173); }
td.TdClassName
{
border-color: #6305AD;
}
.TagClassName
{
border-color: #6305AD;
}
</style>