Shades of Purple Heart #6325AD
Tints of Purple Heart #6325AD
RGB
CMYK
RGB Variations
Color information
#6325AD (or 0x6325AD) is known color: Purple Heart. HEX triplet: 63, 25 and AD. RGB value is (99,37,173). Sum of RGB (Red+Green+Blue) = 99+37+173=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #6325AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6325AD is #9CDA52. Grayscale: #464646. Windows color (decimal): -10279507 or 11347299. OLE color: 11347299.
HSL color Cylindrical-coordinate representation of color #6325AD: hue angle of 267.35º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6325AD is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 37 | 173 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.32 |
| HSL | 267.35º | 0.65% | 0.41% | - |
| HSV(B) | 267.35º | 0.79% | 0.68% | - |
| XYZ | 13.35 | 6.99 | 40.18 | - |
| YUV | 71.04 | 185.54 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 173 | 0.43 | 0.79 | 0 | 0.32 | 267.35 | 0.65 | 0.41 |
| Hex | 63 | 25 | AD | 2B | 4F | 0 | 20 | 10B | 41 | 29 |
| Octal | 143 | 45 | 255 | 53 | 117 | 0 | 40 | 413 | 101 | 51 |
| Binary | 1100011 | 100101 | 10101101 | 101011 | 1001111 | 0 | 100000 | 100001011 | 1000001 | 101001 |
Color Harmonies of #6325AD
Complementary color
Monochromatic Colors of #6325AD
Black with #6325AD
Text Example
Text Example
White with #6325AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325AD; }
p { color: rgb(99,37,173); }
H1.HeaderClassName
{
color: #6325AD;
}
.AnyTagClassName
{
color: #6325AD;
}
</style>
background-color css
<style>
a { background-color: #6325AD; }
a { background-color: rgb(99,37,173); }
div.DivClassName
{
background-color: #6325AD;
}
.BgClassName
{
background-color: #6325AD;
}
</style>
border-color css
<style>
span { border-color: #6325AD; }
span { border-color: rgb(99,37,173); }
td.TdClassName
{
border-color: #6325AD;
}
.TagClassName
{
border-color: #6325AD;
}
</style>