Shades of Purple Heart #6523DE
Tints of Purple Heart #6523DE
RGB
CMYK
RGB Variations
Color information
#6523DE (or 0x6523DE) is known color: Purple Heart. HEX triplet: 65, 23 and DE. RGB value is (101,35,222). Sum of RGB (Red+Green+Blue) = 101+35+222=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 35 (14.06% from 255 or 9.78% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #6523DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6523DE is #9ADC21. Grayscale: #4B4B4B. Windows color (decimal): -10148898 or 14558053. OLE color: 14558053.
HSL color Cylindrical-coordinate representation of color #6523DE: hue angle of 261.18º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6523DE is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 35 | 222 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.13 |
| HSL | 261.18º | 0.74% | 0.5% | - |
| HSV(B) | 261.18º | 0.84% | 0.87% | - |
| XYZ | 19.15 | 9.24 | 69.88 | - |
| YUV | 76.05 | 210.37 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 222 | 0.55 | 0.84 | 0 | 0.13 | 261.18 | 0.74 | 0.5 |
| Hex | 65 | 23 | DE | 37 | 54 | 0 | D | 105 | 4A | 32 |
| Octal | 145 | 43 | 336 | 67 | 124 | 0 | 15 | 405 | 112 | 62 |
| Binary | 1100101 | 100011 | 11011110 | 110111 | 1010100 | 0 | 1101 | 100000101 | 1001010 | 110010 |
Color Harmonies of #6523DE
Complementary color
Monochromatic Colors of #6523DE
Black with #6523DE
Text Example
Text Example
White with #6523DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6523DE; }
p { color: rgb(101,35,222); }
H1.HeaderClassName
{
color: #6523DE;
}
.AnyTagClassName
{
color: #6523DE;
}
</style>
background-color css
<style>
a { background-color: #6523DE; }
a { background-color: rgb(101,35,222); }
div.DivClassName
{
background-color: #6523DE;
}
.BgClassName
{
background-color: #6523DE;
}
</style>
border-color css
<style>
span { border-color: #6523DE; }
span { border-color: rgb(101,35,222); }
td.TdClassName
{
border-color: #6523DE;
}
.TagClassName
{
border-color: #6523DE;
}
</style>