Shades of Purple Heart #6225AB
Tints of Purple Heart #6225AB
RGB
CMYK
RGB Variations
Color information
#6225AB (or 0x6225AB) is known color: Purple Heart. HEX triplet: 62, 25 and AB. RGB value is (98,37,171). Sum of RGB (Red+Green+Blue) = 98+37+171=306 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.03% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #6225AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6225AB is #9DDA54. Grayscale: #464646. Windows color (decimal): -10345045 or 11216226. OLE color: 11216226.
HSL color Cylindrical-coordinate representation of color #6225AB: hue angle of 267.31º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6225AB is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 98 | 37 | 171 | - |
| CMYK | 0.43 | 0.78 | 0 | 0.33 |
| HSL | 267.31º | 0.64% | 0.41% | - |
| HSV(B) | 267.31º | 0.78% | 0.67% | - |
| XYZ | 13.05 | 6.86 | 39.16 | - |
| YUV | 70.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 37 | 171 | 0.43 | 0.78 | 0 | 0.33 | 267.31 | 0.64 | 0.41 |
| Hex | 62 | 25 | AB | 2B | 4E | 0 | 21 | 10B | 40 | 29 |
| Octal | 142 | 45 | 253 | 53 | 116 | 0 | 41 | 413 | 100 | 51 |
| Binary | 1100010 | 100101 | 10101011 | 101011 | 1001110 | 0 | 100001 | 100001011 | 1000000 | 101001 |
Color Harmonies of #6225AB
Complementary color
Monochromatic Colors of #6225AB
Black with #6225AB
Text Example
Text Example
White with #6225AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6225AB; }
p { color: rgb(98,37,171); }
H1.HeaderClassName
{
color: #6225AB;
}
.AnyTagClassName
{
color: #6225AB;
}
</style>
background-color css
<style>
a { background-color: #6225AB; }
a { background-color: rgb(98,37,171); }
div.DivClassName
{
background-color: #6225AB;
}
.BgClassName
{
background-color: #6225AB;
}
</style>
border-color css
<style>
span { border-color: #6225AB; }
span { border-color: rgb(98,37,171); }
td.TdClassName
{
border-color: #6225AB;
}
.TagClassName
{
border-color: #6225AB;
}
</style>