Shades of Purple Heart #6227AD
Tints of Purple Heart #6227AD
RGB
CMYK
RGB Variations
Color information
#6227AD (or 0x6227AD) is known color: Purple Heart. HEX triplet: 62, 27 and AD. RGB value is (98,39,173). Sum of RGB (Red+Green+Blue) = 98+39+173=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #6227AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6227AD is #9DD852. Grayscale: #474747. Windows color (decimal): -10344531 or 11347810. OLE color: 11347810.
HSL color Cylindrical-coordinate representation of color #6227AD: 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 #6227AD is Cyan = 0.43, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 39 | 173 | - |
| 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.31 | 7.06 | 40.2 | - |
| YUV | 71.92 | 185.05 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 39 | 173 | 0.43 | 0.77 | 0 | 0.32 | 266.42 | 0.63 | 0.42 |
| Hex | 62 | 27 | AD | 2B | 4D | 0 | 20 | 10A | 3F | 2A |
| Octal | 142 | 47 | 255 | 53 | 115 | 0 | 40 | 412 | 77 | 52 |
| Binary | 1100010 | 100111 | 10101101 | 101011 | 1001101 | 0 | 100000 | 100001010 | 111111 | 101010 |
Color Harmonies of #6227AD
Complementary color
Monochromatic Colors of #6227AD
Black with #6227AD
Text Example
Text Example
White with #6227AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6227AD; }
p { color: rgb(98,39,173); }
H1.HeaderClassName
{
color: #6227AD;
}
.AnyTagClassName
{
color: #6227AD;
}
</style>
background-color css
<style>
a { background-color: #6227AD; }
a { background-color: rgb(98,39,173); }
div.DivClassName
{
background-color: #6227AD;
}
.BgClassName
{
background-color: #6227AD;
}
</style>
border-color css
<style>
span { border-color: #6227AD; }
span { border-color: rgb(98,39,173); }
td.TdClassName
{
border-color: #6227AD;
}
.TagClassName
{
border-color: #6227AD;
}
</style>