Shades of Purple Heart #6523AC
Tints of Purple Heart #6523AC
RGB
CMYK
RGB Variations
Color information
#6523AC (or 0x6523AC) is known color: Purple Heart. HEX triplet: 65, 23 and AC. RGB value is (101,35,172). Sum of RGB (Red+Green+Blue) = 101+35+172=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #6523AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6523AC is #9ADC53. Grayscale: #454545. Windows color (decimal): -10148948 or 11281253. OLE color: 11281253.
HSL color Cylindrical-coordinate representation of color #6523AC: hue angle of 268.91º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6523AC is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 35 | 172 | - |
| CMYK | 0.41 | 0.80 | 0 | 0.33 |
| HSL | 268.91º | 0.66% | 0.41% | - |
| HSV(B) | 268.91º | 0.8% | 0.67% | - |
| XYZ | 13.41 | 6.95 | 39.66 | - |
| YUV | 70.35 | 185.37 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 172 | 0.41 | 0.80 | 0 | 0.33 | 268.91 | 0.66 | 0.41 |
| Hex | 65 | 23 | AC | 29 | 50 | 0 | 21 | 10D | 42 | 29 |
| Octal | 145 | 43 | 254 | 51 | 120 | 0 | 41 | 415 | 102 | 51 |
| Binary | 1100101 | 100011 | 10101100 | 101001 | 1010000 | 0 | 100001 | 100001101 | 1000010 | 101001 |
Color Harmonies of #6523AC
Complementary color
Monochromatic Colors of #6523AC
Black with #6523AC
Text Example
Text Example
White with #6523AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6523AC; }
p { color: rgb(101,35,172); }
H1.HeaderClassName
{
color: #6523AC;
}
.AnyTagClassName
{
color: #6523AC;
}
</style>
background-color css
<style>
a { background-color: #6523AC; }
a { background-color: rgb(101,35,172); }
div.DivClassName
{
background-color: #6523AC;
}
.BgClassName
{
background-color: #6523AC;
}
</style>
border-color css
<style>
span { border-color: #6523AC; }
span { border-color: rgb(101,35,172); }
td.TdClassName
{
border-color: #6523AC;
}
.TagClassName
{
border-color: #6523AC;
}
</style>