Shades of Purple Heart #6528CD
Tints of Purple Heart #6528CD
RGB
CMYK
RGB Variations
Color information
#6528CD (or 0x6528CD) is known color: Purple Heart. HEX triplet: 65, 28 and CD. RGB value is (101,40,205). Sum of RGB (Red+Green+Blue) = 101+40+205=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #6528CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528CD is #9AD732. Grayscale: #4C4C4C. Windows color (decimal): -10147635 or 13445221. OLE color: 13445221.
HSL color Cylindrical-coordinate representation of color #6528CD: hue angle of 262.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6528CD is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 40 | 205 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.20 |
| HSL | 262.18º | 0.67% | 0.48% | - |
| HSV(B) | 262.18º | 0.8% | 0.8% | - |
| XYZ | 17.15 | 8.69 | 58.53 | - |
| YUV | 77.05 | 200.21 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 205 | 0.51 | 0.80 | 0 | 0.20 | 262.18 | 0.67 | 0.48 |
| Hex | 65 | 28 | CD | 33 | 50 | 0 | 14 | 106 | 43 | 30 |
| Octal | 145 | 50 | 315 | 63 | 120 | 0 | 24 | 406 | 103 | 60 |
| Binary | 1100101 | 101000 | 11001101 | 110011 | 1010000 | 0 | 10100 | 100000110 | 1000011 | 110000 |
Color Harmonies of #6528CD
Complementary color
Monochromatic Colors of #6528CD
Black with #6528CD
Text Example
Text Example
White with #6528CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528CD; }
p { color: rgb(101,40,205); }
H1.HeaderClassName
{
color: #6528CD;
}
.AnyTagClassName
{
color: #6528CD;
}
</style>
background-color css
<style>
a { background-color: #6528CD; }
a { background-color: rgb(101,40,205); }
div.DivClassName
{
background-color: #6528CD;
}
.BgClassName
{
background-color: #6528CD;
}
</style>
border-color css
<style>
span { border-color: #6528CD; }
span { border-color: rgb(101,40,205); }
td.TdClassName
{
border-color: #6528CD;
}
.TagClassName
{
border-color: #6528CD;
}
</style>