Shades of Purple Heart #6532DE
Tints of Purple Heart #6532DE
RGB
CMYK
RGB Variations
Color information
#6532DE (or 0x6532DE) is known color: Purple Heart. HEX triplet: 65, 32 and DE. RGB value is (101,50,222). Sum of RGB (Red+Green+Blue) = 101+50+222=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #6532DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6532DE is #9ACD21. Grayscale: #545454. Windows color (decimal): -10145058 or 14561893. OLE color: 14561893.
HSL color Cylindrical-coordinate representation of color #6532DE: hue angle of 257.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6532DE is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 50 | 222 | - |
| CMYK | 0.55 | 0.77 | 0 | 0.13 |
| HSL | 257.79º | 0.72% | 0.53% | - |
| HSV(B) | 257.79º | 0.77% | 0.87% | - |
| XYZ | 19.69 | 10.32 | 70.06 | - |
| YUV | 84.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 50 | 222 | 0.55 | 0.77 | 0 | 0.13 | 257.79 | 0.72 | 0.53 |
| Hex | 65 | 32 | DE | 37 | 4D | 0 | D | 102 | 48 | 35 |
| Octal | 145 | 62 | 336 | 67 | 115 | 0 | 15 | 402 | 110 | 65 |
| Binary | 1100101 | 110010 | 11011110 | 110111 | 1001101 | 0 | 1101 | 100000010 | 1001000 | 110101 |
Color Harmonies of #6532DE
Complementary color
Monochromatic Colors of #6532DE
Black with #6532DE
Text Example
Text Example
White with #6532DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6532DE; }
p { color: rgb(101,50,222); }
H1.HeaderClassName
{
color: #6532DE;
}
.AnyTagClassName
{
color: #6532DE;
}
</style>
background-color css
<style>
a { background-color: #6532DE; }
a { background-color: rgb(101,50,222); }
div.DivClassName
{
background-color: #6532DE;
}
.BgClassName
{
background-color: #6532DE;
}
</style>
border-color css
<style>
span { border-color: #6532DE; }
span { border-color: rgb(101,50,222); }
td.TdClassName
{
border-color: #6532DE;
}
.TagClassName
{
border-color: #6532DE;
}
</style>