Shades of Purple Heart #653ECE
Tints of Purple Heart #653ECE
RGB
CMYK
RGB Variations
Color information
#653ECE (or 0x653ECE) is known color: Purple Heart. HEX triplet: 65, 3E and CE. RGB value is (101,62,206). Sum of RGB (Red+Green+Blue) = 101+62+206=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #653ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ECE is #9AC131. Grayscale: #595959. Windows color (decimal): -10142002 or 13516389. OLE color: 13516389.
HSL color Cylindrical-coordinate representation of color #653ECE: hue angle of 256.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653ECE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 62 | 206 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.19 |
| HSL | 256.25º | 0.6% | 0.53% | - |
| HSV(B) | 256.25º | 0.7% | 0.81% | - |
| XYZ | 18.23 | 10.67 | 59.49 | - |
| YUV | 90.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 206 | 0.51 | 0.70 | 0 | 0.19 | 256.25 | 0.6 | 0.53 |
| Hex | 65 | 3E | CE | 33 | 46 | 0 | 13 | 100 | 3C | 35 |
| Octal | 145 | 76 | 316 | 63 | 106 | 0 | 23 | 400 | 74 | 65 |
| Binary | 1100101 | 111110 | 11001110 | 110011 | 1000110 | 0 | 10011 | 100000000 | 111100 | 110101 |
Color Harmonies of #653ECE
Complementary color
Monochromatic Colors of #653ECE
Black with #653ECE
Text Example
Text Example
White with #653ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ECE; }
p { color: rgb(101,62,206); }
H1.HeaderClassName
{
color: #653ECE;
}
.AnyTagClassName
{
color: #653ECE;
}
</style>
background-color css
<style>
a { background-color: #653ECE; }
a { background-color: rgb(101,62,206); }
div.DivClassName
{
background-color: #653ECE;
}
.BgClassName
{
background-color: #653ECE;
}
</style>
border-color css
<style>
span { border-color: #653ECE; }
span { border-color: rgb(101,62,206); }
td.TdClassName
{
border-color: #653ECE;
}
.TagClassName
{
border-color: #653ECE;
}
</style>