Shades of Purple Heart #6328AD
Tints of Purple Heart #6328AD
RGB
CMYK
RGB Variations
Color information
#6328AD (or 0x6328AD) is known color: Purple Heart. HEX triplet: 63, 28 and AD. RGB value is (99,40,173). Sum of RGB (Red+Green+Blue) = 99+40+173=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #6328AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6328AD is #9CD752. Grayscale: #484848. Windows color (decimal): -10278739 or 11348067. OLE color: 11348067.
HSL color Cylindrical-coordinate representation of color #6328AD: hue angle of 266.62º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6328AD is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 40 | 173 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.32 |
| HSL | 266.62º | 0.62% | 0.42% | - |
| HSV(B) | 266.62º | 0.77% | 0.68% | - |
| XYZ | 13.45 | 7.19 | 40.21 | - |
| YUV | 72.8 | 184.55 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 173 | 0.43 | 0.77 | 0 | 0.32 | 266.62 | 0.62 | 0.42 |
| Hex | 63 | 28 | AD | 2B | 4D | 0 | 20 | 10B | 3E | 2A |
| Octal | 143 | 50 | 255 | 53 | 115 | 0 | 40 | 413 | 76 | 52 |
| Binary | 1100011 | 101000 | 10101101 | 101011 | 1001101 | 0 | 100000 | 100001011 | 111110 | 101010 |
Color Harmonies of #6328AD
Complementary color
Monochromatic Colors of #6328AD
Black with #6328AD
Text Example
Text Example
White with #6328AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6328AD; }
p { color: rgb(99,40,173); }
H1.HeaderClassName
{
color: #6328AD;
}
.AnyTagClassName
{
color: #6328AD;
}
</style>
background-color css
<style>
a { background-color: #6328AD; }
a { background-color: rgb(99,40,173); }
div.DivClassName
{
background-color: #6328AD;
}
.BgClassName
{
background-color: #6328AD;
}
</style>
border-color css
<style>
span { border-color: #6328AD; }
span { border-color: rgb(99,40,173); }
td.TdClassName
{
border-color: #6328AD;
}
.TagClassName
{
border-color: #6328AD;
}
</style>