Shades of Purple Heart #6524C1
Tints of Purple Heart #6524C1
RGB
CMYK
RGB Variations
Color information
#6524C1 (or 0x6524C1) is known color: Purple Heart. HEX triplet: 65, 24 and C1. RGB value is (101,36,193). Sum of RGB (Red+Green+Blue) = 101+36+193=330 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.61% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 193 (75.78% from 255 or 58.48% from 330); Max value from RGB is 193 - color contains mainly: blue. Hex color #6524C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524C1 is #9ADB3E. Grayscale: #484848. Windows color (decimal): -10148671 or 12657765. OLE color: 12657765.
HSL color Cylindrical-coordinate representation of color #6524C1: hue angle of 264.84º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6524C1 is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 36 | 193 | - |
| CMYK | 0.48 | 0.81 | 0 | 0.24 |
| HSL | 264.84º | 0.69% | 0.45% | - |
| HSV(B) | 264.84º | 0.81% | 0.76% | - |
| XYZ | 15.62 | 7.88 | 51.15 | - |
| YUV | 73.33 | 195.53 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 193 | 0.48 | 0.81 | 0 | 0.24 | 264.84 | 0.69 | 0.45 |
| Hex | 65 | 24 | C1 | 30 | 51 | 0 | 18 | 109 | 45 | 2D |
| Octal | 145 | 44 | 301 | 60 | 121 | 0 | 30 | 411 | 105 | 55 |
| Binary | 1100101 | 100100 | 11000001 | 110000 | 1010001 | 0 | 11000 | 100001001 | 1000101 | 101101 |
Color Harmonies of #6524C1
Complementary color
Monochromatic Colors of #6524C1
Black with #6524C1
Text Example
Text Example
White with #6524C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6524C1; }
p { color: rgb(101,36,193); }
H1.HeaderClassName
{
color: #6524C1;
}
.AnyTagClassName
{
color: #6524C1;
}
</style>
background-color css
<style>
a { background-color: #6524C1; }
a { background-color: rgb(101,36,193); }
div.DivClassName
{
background-color: #6524C1;
}
.BgClassName
{
background-color: #6524C1;
}
</style>
border-color css
<style>
span { border-color: #6524C1; }
span { border-color: rgb(101,36,193); }
td.TdClassName
{
border-color: #6524C1;
}
.TagClassName
{
border-color: #6524C1;
}
</style>