Shades of Purple Heart #6328AE
Tints of Purple Heart #6328AE
RGB
CMYK
RGB Variations
Color information
#6328AE (or 0x6328AE) is known color: Purple Heart. HEX triplet: 63, 28 and AE. RGB value is (99,40,174). Sum of RGB (Red+Green+Blue) = 99+40+174=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #6328AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6328AE is #9CD751. Grayscale: #484848. Windows color (decimal): -10278738 or 11413603. OLE color: 11413603.
HSL color Cylindrical-coordinate representation of color #6328AE: hue angle of 266.42º degrees, saturation: 0.63, 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 #6328AE is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 99 | 40 | 174 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.32 |
| HSL | 266.42º | 0.63% | 0.42% | - |
| HSV(B) | 266.42º | 0.77% | 0.68% | - |
| XYZ | 13.54 | 7.23 | 40.73 | - |
| YUV | 72.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 40 | 174 | 0.43 | 0.77 | 0 | 0.32 | 266.42 | 0.63 | 0.42 |
| Hex | 63 | 28 | AE | 2B | 4D | 0 | 20 | 10A | 3F | 2A |
| Octal | 143 | 50 | 256 | 53 | 115 | 0 | 40 | 412 | 77 | 52 |
| Binary | 1100011 | 101000 | 10101110 | 101011 | 1001101 | 0 | 100000 | 100001010 | 111111 | 101010 |
Color Harmonies of #6328AE
Complementary color
Monochromatic Colors of #6328AE
Black with #6328AE
Text Example
Text Example
White with #6328AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6328AE; }
p { color: rgb(99,40,174); }
H1.HeaderClassName
{
color: #6328AE;
}
.AnyTagClassName
{
color: #6328AE;
}
</style>
background-color css
<style>
a { background-color: #6328AE; }
a { background-color: rgb(99,40,174); }
div.DivClassName
{
background-color: #6328AE;
}
.BgClassName
{
background-color: #6328AE;
}
</style>
border-color css
<style>
span { border-color: #6328AE; }
span { border-color: rgb(99,40,174); }
td.TdClassName
{
border-color: #6328AE;
}
.TagClassName
{
border-color: #6328AE;
}
</style>