Shades of Purple Heart #6527CD
Tints of Purple Heart #6527CD
RGB
CMYK
RGB Variations
Color information
#6527CD (or 0x6527CD) is known color: Purple Heart. HEX triplet: 65, 27 and CD. RGB value is (101,39,205). Sum of RGB (Red+Green+Blue) = 101+39+205=345 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.28% from 345); Green value is 39 (15.62% from 255 or 11.30% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #6527CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6527CD is #9AD832. Grayscale: #4B4B4B. Windows color (decimal): -10147891 or 13444965. OLE color: 13444965.
HSL color Cylindrical-coordinate representation of color #6527CD: hue angle of 262.41º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6527CD is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 39 | 205 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.20 |
| HSL | 262.41º | 0.68% | 0.48% | - |
| HSV(B) | 262.41º | 0.81% | 0.8% | - |
| XYZ | 17.11 | 8.63 | 58.52 | - |
| YUV | 76.46 | 200.54 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 205 | 0.51 | 0.81 | 0 | 0.20 | 262.41 | 0.68 | 0.48 |
| Hex | 65 | 27 | CD | 33 | 51 | 0 | 14 | 106 | 44 | 30 |
| Octal | 145 | 47 | 315 | 63 | 121 | 0 | 24 | 406 | 104 | 60 |
| Binary | 1100101 | 100111 | 11001101 | 110011 | 1010001 | 0 | 10100 | 100000110 | 1000100 | 110000 |
Color Harmonies of #6527CD
Complementary color
Monochromatic Colors of #6527CD
Black with #6527CD
Text Example
Text Example
White with #6527CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6527CD; }
p { color: rgb(101,39,205); }
H1.HeaderClassName
{
color: #6527CD;
}
.AnyTagClassName
{
color: #6527CD;
}
</style>
background-color css
<style>
a { background-color: #6527CD; }
a { background-color: rgb(101,39,205); }
div.DivClassName
{
background-color: #6527CD;
}
.BgClassName
{
background-color: #6527CD;
}
</style>
border-color css
<style>
span { border-color: #6527CD; }
span { border-color: rgb(101,39,205); }
td.TdClassName
{
border-color: #6527CD;
}
.TagClassName
{
border-color: #6527CD;
}
</style>