Shades of Purple Heart #6524CB
Tints of Purple Heart #6524CB
RGB
CMYK
RGB Variations
Color information
#6524CB (or 0x6524CB) is known color: Purple Heart. HEX triplet: 65, 24 and CB. RGB value is (101,36,203). Sum of RGB (Red+Green+Blue) = 101+36+203=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #6524CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6524CB is #9ADB34. Grayscale: #494949. Windows color (decimal): -10148661 or 13313125. OLE color: 13313125.
HSL color Cylindrical-coordinate representation of color #6524CB: hue angle of 263.35º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6524CB is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 36 | 203 | - |
| CMYK | 0.50 | 0.82 | 0 | 0.20 |
| HSL | 263.35º | 0.7% | 0.47% | - |
| HSV(B) | 263.35º | 0.82% | 0.8% | - |
| XYZ | 16.78 | 8.34 | 57.23 | - |
| YUV | 74.47 | 200.53 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 36 | 203 | 0.50 | 0.82 | 0 | 0.20 | 263.35 | 0.7 | 0.47 |
| Hex | 65 | 24 | CB | 32 | 52 | 0 | 14 | 107 | 46 | 2F |
| Octal | 145 | 44 | 313 | 62 | 122 | 0 | 24 | 407 | 106 | 57 |
| Binary | 1100101 | 100100 | 11001011 | 110010 | 1010010 | 0 | 10100 | 100000111 | 1000110 | 101111 |
Color Harmonies of #6524CB
Complementary color
Monochromatic Colors of #6524CB
Black with #6524CB
Text Example
Text Example
White with #6524CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6524CB; }
p { color: rgb(101,36,203); }
H1.HeaderClassName
{
color: #6524CB;
}
.AnyTagClassName
{
color: #6524CB;
}
</style>
background-color css
<style>
a { background-color: #6524CB; }
a { background-color: rgb(101,36,203); }
div.DivClassName
{
background-color: #6524CB;
}
.BgClassName
{
background-color: #6524CB;
}
</style>
border-color css
<style>
span { border-color: #6524CB; }
span { border-color: rgb(101,36,203); }
td.TdClassName
{
border-color: #6524CB;
}
.TagClassName
{
border-color: #6524CB;
}
</style>