Shades of Purple Heart #6539CB
Tints of Purple Heart #6539CB
RGB
CMYK
RGB Variations
Color information
#6539CB (or 0x6539CB) is known color: Purple Heart. HEX triplet: 65, 39 and CB. RGB value is (101,57,203). Sum of RGB (Red+Green+Blue) = 101+57+203=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #6539CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6539CB is #9AC634. Grayscale: #565656. Windows color (decimal): -10143285 or 13318501. OLE color: 13318501.
HSL color Cylindrical-coordinate representation of color #6539CB: hue angle of 258.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6539CB is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 57 | 203 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.20 |
| HSL | 258.08º | 0.58% | 0.51% | - |
| HSV(B) | 258.08º | 0.72% | 0.8% | - |
| XYZ | 17.61 | 10 | 57.5 | - |
| YUV | 86.8 | 193.58 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 203 | 0.50 | 0.72 | 0 | 0.20 | 258.08 | 0.58 | 0.51 |
| Hex | 65 | 39 | CB | 32 | 48 | 0 | 14 | 102 | 3A | 33 |
| Octal | 145 | 71 | 313 | 62 | 110 | 0 | 24 | 402 | 72 | 63 |
| Binary | 1100101 | 111001 | 11001011 | 110010 | 1001000 | 0 | 10100 | 100000010 | 111010 | 110011 |
Color Harmonies of #6539CB
Complementary color
Monochromatic Colors of #6539CB
Black with #6539CB
Text Example
Text Example
White with #6539CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6539CB; }
p { color: rgb(101,57,203); }
H1.HeaderClassName
{
color: #6539CB;
}
.AnyTagClassName
{
color: #6539CB;
}
</style>
background-color css
<style>
a { background-color: #6539CB; }
a { background-color: rgb(101,57,203); }
div.DivClassName
{
background-color: #6539CB;
}
.BgClassName
{
background-color: #6539CB;
}
</style>
border-color css
<style>
span { border-color: #6539CB; }
span { border-color: rgb(101,57,203); }
td.TdClassName
{
border-color: #6539CB;
}
.TagClassName
{
border-color: #6539CB;
}
</style>