Shades of Purple Heart #6526AC
Tints of Purple Heart #6526AC
RGB
CMYK
RGB Variations
Color information
#6526AC (or 0x6526AC) is known color: Purple Heart. HEX triplet: 65, 26 and AC. RGB value is (101,38,172). Sum of RGB (Red+Green+Blue) = 101+38+172=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #6526AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6526AC is #9AD953. Grayscale: #474747. Windows color (decimal): -10148180 or 11282021. OLE color: 11282021.
HSL color Cylindrical-coordinate representation of color #6526AC: hue angle of 268.21º 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 #6526AC is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 38 | 172 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.33 |
| HSL | 268.21º | 0.64% | 0.41% | - |
| HSV(B) | 268.21º | 0.78% | 0.67% | - |
| XYZ | 13.51 | 7.13 | 39.69 | - |
| YUV | 72.11 | 184.37 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 172 | 0.41 | 0.78 | 0 | 0.33 | 268.21 | 0.64 | 0.41 |
| Hex | 65 | 26 | AC | 29 | 4E | 0 | 21 | 10C | 40 | 29 |
| Octal | 145 | 46 | 254 | 51 | 116 | 0 | 41 | 414 | 100 | 51 |
| Binary | 1100101 | 100110 | 10101100 | 101001 | 1001110 | 0 | 100001 | 100001100 | 1000000 | 101001 |
Color Harmonies of #6526AC
Complementary color
Monochromatic Colors of #6526AC
Black with #6526AC
Text Example
Text Example
White with #6526AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6526AC; }
p { color: rgb(101,38,172); }
H1.HeaderClassName
{
color: #6526AC;
}
.AnyTagClassName
{
color: #6526AC;
}
</style>
background-color css
<style>
a { background-color: #6526AC; }
a { background-color: rgb(101,38,172); }
div.DivClassName
{
background-color: #6526AC;
}
.BgClassName
{
background-color: #6526AC;
}
</style>
border-color css
<style>
span { border-color: #6526AC; }
span { border-color: rgb(101,38,172); }
td.TdClassName
{
border-color: #6526AC;
}
.TagClassName
{
border-color: #6526AC;
}
</style>