Shades of Purple Heart #6228AD
Tints of Purple Heart #6228AD
RGB
CMYK
RGB Variations
Color information
#6228AD (or 0x6228AD) is known color: Purple Heart. HEX triplet: 62, 28 and AD. RGB value is (98,40,173). Sum of RGB (Red+Green+Blue) = 98+40+173=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #6228AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6228AD is #9DD752. Grayscale: #484848. Windows color (decimal): -10344275 or 11348066. OLE color: 11348066.
HSL color Cylindrical-coordinate representation of color #6228AD: hue angle of 266.17º 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 #6228AD is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 40 | 173 | - |
| CMYK | 0.43 | 0.77 | 0 | 0.32 |
| HSL | 266.17º | 0.62% | 0.42% | - |
| HSV(B) | 266.17º | 0.77% | 0.68% | - |
| XYZ | 13.34 | 7.13 | 40.21 | - |
| YUV | 72.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 40 | 173 | 0.43 | 0.77 | 0 | 0.32 | 266.17 | 0.62 | 0.42 |
| Hex | 62 | 28 | AD | 2B | 4D | 0 | 20 | 10A | 3E | 2A |
| Octal | 142 | 50 | 255 | 53 | 115 | 0 | 40 | 412 | 76 | 52 |
| Binary | 1100010 | 101000 | 10101101 | 101011 | 1001101 | 0 | 100000 | 100001010 | 111110 | 101010 |
Color Harmonies of #6228AD
Complementary color
Monochromatic Colors of #6228AD
Black with #6228AD
Text Example
Text Example
White with #6228AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6228AD; }
p { color: rgb(98,40,173); }
H1.HeaderClassName
{
color: #6228AD;
}
.AnyTagClassName
{
color: #6228AD;
}
</style>
background-color css
<style>
a { background-color: #6228AD; }
a { background-color: rgb(98,40,173); }
div.DivClassName
{
background-color: #6228AD;
}
.BgClassName
{
background-color: #6228AD;
}
</style>
border-color css
<style>
span { border-color: #6228AD; }
span { border-color: rgb(98,40,173); }
td.TdClassName
{
border-color: #6228AD;
}
.TagClassName
{
border-color: #6228AD;
}
</style>