Shades of Purple Heart #6528DF
Tints of Purple Heart #6528DF
RGB
CMYK
RGB Variations
Color information
#6528DF (or 0x6528DF) is known color: Purple Heart. HEX triplet: 65, 28 and DF. RGB value is (101,40,223). Sum of RGB (Red+Green+Blue) = 101+40+223=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 40 (16.02% from 255 or 10.99% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #6528DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6528DF is #9AD720. Grayscale: #4E4E4E. Windows color (decimal): -10147617 or 14624869. OLE color: 14624869.
HSL color Cylindrical-coordinate representation of color #6528DF: hue angle of 260º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6528DF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 40 | 223 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.13 |
| HSL | 260º | 0.74% | 0.52% | - |
| HSV(B) | 260º | 0.82% | 0.87% | - |
| XYZ | 19.44 | 9.61 | 70.64 | - |
| YUV | 79.1 | 209.21 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 223 | 0.55 | 0.82 | 0 | 0.13 | 260 | 0.74 | 0.52 |
| Hex | 65 | 28 | DF | 37 | 52 | 0 | D | 104 | 4A | 34 |
| Octal | 145 | 50 | 337 | 67 | 122 | 0 | 15 | 404 | 112 | 64 |
| Binary | 1100101 | 101000 | 11011111 | 110111 | 1010010 | 0 | 1101 | 100000100 | 1001010 | 110100 |
Color Harmonies of #6528DF
Complementary color
Monochromatic Colors of #6528DF
Black with #6528DF
Text Example
Text Example
White with #6528DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6528DF; }
p { color: rgb(101,40,223); }
H1.HeaderClassName
{
color: #6528DF;
}
.AnyTagClassName
{
color: #6528DF;
}
</style>
background-color css
<style>
a { background-color: #6528DF; }
a { background-color: rgb(101,40,223); }
div.DivClassName
{
background-color: #6528DF;
}
.BgClassName
{
background-color: #6528DF;
}
</style>
border-color css
<style>
span { border-color: #6528DF; }
span { border-color: rgb(101,40,223); }
td.TdClassName
{
border-color: #6528DF;
}
.TagClassName
{
border-color: #6528DF;
}
</style>