Shades of Purple Heart #6528CF
Tints of Purple Heart #6528CF
RGB
CMYK
RGB Variations
Color information
#6528CF (or 0x6528CF) is known color: Purple Heart. HEX triplet: 65, 28 and CF. RGB value is (101,40,207). Sum of RGB (Red+Green+Blue) = 101+40+207=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #6528CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528CF is #9AD730. Grayscale: #4C4C4C. Windows color (decimal): -10147633 or 13576293. OLE color: 13576293.
HSL color Cylindrical-coordinate representation of color #6528CF: hue angle of 261.92º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6528CF is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 40 | 207 | - |
| CMYK | 0.51 | 0.81 | 0 | 0.19 |
| HSL | 261.92º | 0.68% | 0.48% | - |
| HSV(B) | 261.92º | 0.81% | 0.81% | - |
| XYZ | 17.39 | 8.79 | 59.81 | - |
| YUV | 77.28 | 201.21 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 207 | 0.51 | 0.81 | 0 | 0.19 | 261.92 | 0.68 | 0.48 |
| Hex | 65 | 28 | CF | 33 | 51 | 0 | 13 | 106 | 44 | 30 |
| Octal | 145 | 50 | 317 | 63 | 121 | 0 | 23 | 406 | 104 | 60 |
| Binary | 1100101 | 101000 | 11001111 | 110011 | 1010001 | 0 | 10011 | 100000110 | 1000100 | 110000 |
Color Harmonies of #6528CF
Complementary color
Monochromatic Colors of #6528CF
Black with #6528CF
Text Example
Text Example
White with #6528CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528CF; }
p { color: rgb(101,40,207); }
H1.HeaderClassName
{
color: #6528CF;
}
.AnyTagClassName
{
color: #6528CF;
}
</style>
background-color css
<style>
a { background-color: #6528CF; }
a { background-color: rgb(101,40,207); }
div.DivClassName
{
background-color: #6528CF;
}
.BgClassName
{
background-color: #6528CF;
}
</style>
border-color css
<style>
span { border-color: #6528CF; }
span { border-color: rgb(101,40,207); }
td.TdClassName
{
border-color: #6528CF;
}
.TagClassName
{
border-color: #6528CF;
}
</style>