Shades of Purple Heart #6226AD
Tints of Purple Heart #6226AD
RGB
CMYK
RGB Variations
Color information
#6226AD (or 0x6226AD) is known color: Purple Heart. HEX triplet: 62, 26 and AD. RGB value is (98,38,173). Sum of RGB (Red+Green+Blue) = 98+38+173=309 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.72% from 309); Green value is 38 (15.23% from 255 or 12.30% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #6226AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6226AD is #9DD952. Grayscale: #464646. Windows color (decimal): -10344787 or 11347554. OLE color: 11347554.
HSL color Cylindrical-coordinate representation of color #6226AD: hue angle of 266.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6226AD is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 38 | 173 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.32 |
| HSL | 266.67º | 0.64% | 0.41% | - |
| HSV(B) | 266.67º | 0.78% | 0.68% | - |
| XYZ | 13.27 | 7 | 40.19 | - |
| YUV | 71.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 38 | 173 | 0.43 | 0.78 | 0 | 0.32 | 266.67 | 0.64 | 0.41 |
| Hex | 62 | 26 | AD | 2B | 4E | 0 | 20 | 10B | 40 | 29 |
| Octal | 142 | 46 | 255 | 53 | 116 | 0 | 40 | 413 | 100 | 51 |
| Binary | 1100010 | 100110 | 10101101 | 101011 | 1001110 | 0 | 100000 | 100001011 | 1000000 | 101001 |
Color Harmonies of #6226AD
Complementary color
Monochromatic Colors of #6226AD
Black with #6226AD
Text Example
Text Example
White with #6226AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6226AD; }
p { color: rgb(98,38,173); }
H1.HeaderClassName
{
color: #6226AD;
}
.AnyTagClassName
{
color: #6226AD;
}
</style>
background-color css
<style>
a { background-color: #6226AD; }
a { background-color: rgb(98,38,173); }
div.DivClassName
{
background-color: #6226AD;
}
.BgClassName
{
background-color: #6226AD;
}
</style>
border-color css
<style>
span { border-color: #6226AD; }
span { border-color: rgb(98,38,173); }
td.TdClassName
{
border-color: #6226AD;
}
.TagClassName
{
border-color: #6226AD;
}
</style>