Shades of Purple Heart #6128AA
Tints of Purple Heart #6128AA
RGB
CMYK
RGB Variations
Color information
#6128AA (or 0x6128AA) is known color: Purple Heart. HEX triplet: 61, 28 and AA. RGB value is (97,40,170). Sum of RGB (Red+Green+Blue) = 97+40+170=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #6128AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6128AA is #9ED755. Grayscale: #474747. Windows color (decimal): -10409814 or 11151457. OLE color: 11151457.
HSL color Cylindrical-coordinate representation of color #6128AA: hue angle of 266.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6128AA is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 40 | 170 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.33 |
| HSL | 266.31º | 0.62% | 0.41% | - |
| HSV(B) | 266.31º | 0.76% | 0.67% | - |
| XYZ | 12.94 | 6.96 | 38.69 | - |
| YUV | 71.86 | 183.38 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 40 | 170 | 0.43 | 0.76 | 0 | 0.33 | 266.31 | 0.62 | 0.41 |
| Hex | 61 | 28 | AA | 2B | 4C | 0 | 21 | 10A | 3E | 29 |
| Octal | 141 | 50 | 252 | 53 | 114 | 0 | 41 | 412 | 76 | 51 |
| Binary | 1100001 | 101000 | 10101010 | 101011 | 1001100 | 0 | 100001 | 100001010 | 111110 | 101001 |
Color Harmonies of #6128AA
Complementary color
Monochromatic Colors of #6128AA
Black with #6128AA
Text Example
Text Example
White with #6128AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6128AA; }
p { color: rgb(97,40,170); }
H1.HeaderClassName
{
color: #6128AA;
}
.AnyTagClassName
{
color: #6128AA;
}
</style>
background-color css
<style>
a { background-color: #6128AA; }
a { background-color: rgb(97,40,170); }
div.DivClassName
{
background-color: #6128AA;
}
.BgClassName
{
background-color: #6128AA;
}
</style>
border-color css
<style>
span { border-color: #6128AA; }
span { border-color: rgb(97,40,170); }
td.TdClassName
{
border-color: #6128AA;
}
.TagClassName
{
border-color: #6128AA;
}
</style>