Shades of Purple Heart #6520DC
Tints of Purple Heart #6520DC
RGB
CMYK
RGB Variations
Color information
#6520DC (or 0x6520DC) is known color: Purple Heart. HEX triplet: 65, 20 and DC. RGB value is (101,32,220). Sum of RGB (Red+Green+Blue) = 101+32+220=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 220 (86.33% from 255 or 62.32% from 353); Max value from RGB is 220 - color contains mainly: blue. Hex color #6520DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6520DC is #9ADF23. Grayscale: #494949. Windows color (decimal): -10149668 or 14426213. OLE color: 14426213.
HSL color Cylindrical-coordinate representation of color #6520DC: hue angle of 262.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6520DC is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 32 | 220 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.14 |
| HSL | 262.02º | 0.75% | 0.49% | - |
| HSV(B) | 262.02º | 0.85% | 0.86% | - |
| XYZ | 18.8 | 8.97 | 68.45 | - |
| YUV | 74.06 | 210.36 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 32 | 220 | 0.54 | 0.85 | 0 | 0.14 | 262.02 | 0.75 | 0.49 |
| Hex | 65 | 20 | DC | 36 | 55 | 0 | E | 106 | 4B | 31 |
| Octal | 145 | 40 | 334 | 66 | 125 | 0 | 16 | 406 | 113 | 61 |
| Binary | 1100101 | 100000 | 11011100 | 110110 | 1010101 | 0 | 1110 | 100000110 | 1001011 | 110001 |
Color Harmonies of #6520DC
Complementary color
Monochromatic Colors of #6520DC
Black with #6520DC
Text Example
Text Example
White with #6520DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6520DC; }
p { color: rgb(101,32,220); }
H1.HeaderClassName
{
color: #6520DC;
}
.AnyTagClassName
{
color: #6520DC;
}
</style>
background-color css
<style>
a { background-color: #6520DC; }
a { background-color: rgb(101,32,220); }
div.DivClassName
{
background-color: #6520DC;
}
.BgClassName
{
background-color: #6520DC;
}
</style>
border-color css
<style>
span { border-color: #6520DC; }
span { border-color: rgb(101,32,220); }
td.TdClassName
{
border-color: #6520DC;
}
.TagClassName
{
border-color: #6520DC;
}
</style>