Shades of Purple Heart #6223AD
Tints of Purple Heart #6223AD
RGB
CMYK
RGB Variations
Color information
#6223AD (or 0x6223AD) is known color: Purple Heart. HEX triplet: 62, 23 and AD. RGB value is (98,35,173). Sum of RGB (Red+Green+Blue) = 98+35+173=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #6223AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6223AD is #9DDC52. Grayscale: #454545. Windows color (decimal): -10345555 or 11346786. OLE color: 11346786.
HSL color Cylindrical-coordinate representation of color #6223AD: hue angle of 267.39º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6223AD is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 35 | 173 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.32 |
| HSL | 267.39º | 0.66% | 0.41% | - |
| HSV(B) | 267.39º | 0.8% | 0.68% | - |
| XYZ | 13.18 | 6.82 | 40.16 | - |
| YUV | 69.57 | 186.37 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 35 | 173 | 0.43 | 0.80 | 0 | 0.32 | 267.39 | 0.66 | 0.41 |
| Hex | 62 | 23 | AD | 2B | 50 | 0 | 20 | 10B | 42 | 29 |
| Octal | 142 | 43 | 255 | 53 | 120 | 0 | 40 | 413 | 102 | 51 |
| Binary | 1100010 | 100011 | 10101101 | 101011 | 1010000 | 0 | 100000 | 100001011 | 1000010 | 101001 |
Color Harmonies of #6223AD
Complementary color
Monochromatic Colors of #6223AD
Black with #6223AD
Text Example
Text Example
White with #6223AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6223AD; }
p { color: rgb(98,35,173); }
H1.HeaderClassName
{
color: #6223AD;
}
.AnyTagClassName
{
color: #6223AD;
}
</style>
background-color css
<style>
a { background-color: #6223AD; }
a { background-color: rgb(98,35,173); }
div.DivClassName
{
background-color: #6223AD;
}
.BgClassName
{
background-color: #6223AD;
}
</style>
border-color css
<style>
span { border-color: #6223AD; }
span { border-color: rgb(98,35,173); }
td.TdClassName
{
border-color: #6223AD;
}
.TagClassName
{
border-color: #6223AD;
}
</style>