Shades of Purple Heart #6523AB
Tints of Purple Heart #6523AB
RGB
CMYK
RGB Variations
Color information
#6523AB (or 0x6523AB) is known color: Purple Heart. HEX triplet: 65, 23 and AB. RGB value is (101,35,171). Sum of RGB (Red+Green+Blue) = 101+35+171=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #6523AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6523AB is #9ADC54. Grayscale: #454545. Windows color (decimal): -10148949 or 11215717. OLE color: 11215717.
HSL color Cylindrical-coordinate representation of color #6523AB: hue angle of 269.12º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6523AB is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 35 | 171 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.33 |
| HSL | 269.12º | 0.66% | 0.4% | - |
| HSV(B) | 269.12º | 0.8% | 0.67% | - |
| XYZ | 13.32 | 6.91 | 39.16 | - |
| YUV | 70.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 171 | 0.41 | 0.80 | 0 | 0.33 | 269.12 | 0.66 | 0.4 |
| Hex | 65 | 23 | AB | 29 | 50 | 0 | 21 | 10D | 42 | 28 |
| Octal | 145 | 43 | 253 | 51 | 120 | 0 | 41 | 415 | 102 | 50 |
| Binary | 1100101 | 100011 | 10101011 | 101001 | 1010000 | 0 | 100001 | 100001101 | 1000010 | 101000 |
Color Harmonies of #6523AB
Complementary color
Monochromatic Colors of #6523AB
Black with #6523AB
Text Example
Text Example
White with #6523AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6523AB; }
p { color: rgb(101,35,171); }
H1.HeaderClassName
{
color: #6523AB;
}
.AnyTagClassName
{
color: #6523AB;
}
</style>
background-color css
<style>
a { background-color: #6523AB; }
a { background-color: rgb(101,35,171); }
div.DivClassName
{
background-color: #6523AB;
}
.BgClassName
{
background-color: #6523AB;
}
</style>
border-color css
<style>
span { border-color: #6523AB; }
span { border-color: rgb(101,35,171); }
td.TdClassName
{
border-color: #6523AB;
}
.TagClassName
{
border-color: #6523AB;
}
</style>