Shades of Purple Heart #653ED2
Tints of Purple Heart #653ED2
RGB
CMYK
RGB Variations
Color information
#653ED2 (or 0x653ED2) is known color: Purple Heart. HEX triplet: 65, 3E and D2. RGB value is (101,62,210). Sum of RGB (Red+Green+Blue) = 101+62+210=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 210 (82.42% from 255 or 56.30% from 373); Max value from RGB is 210 - color contains mainly: blue. Hex color #653ED2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ED2 is #9AC12D. Grayscale: #595959. Windows color (decimal): -10141998 or 13778533. OLE color: 13778533.
HSL color Cylindrical-coordinate representation of color #653ED2: hue angle of 255.81º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #653ED2 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 62 | 210 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.18 |
| HSL | 255.81º | 0.62% | 0.53% | - |
| HSV(B) | 255.81º | 0.7% | 0.82% | - |
| XYZ | 18.72 | 10.87 | 62.08 | - |
| YUV | 90.53 | 195.42 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 210 | 0.52 | 0.70 | 0 | 0.18 | 255.81 | 0.62 | 0.53 |
| Hex | 65 | 3E | D2 | 34 | 46 | 0 | 12 | 100 | 3E | 35 |
| Octal | 145 | 76 | 322 | 64 | 106 | 0 | 22 | 400 | 76 | 65 |
| Binary | 1100101 | 111110 | 11010010 | 110100 | 1000110 | 0 | 10010 | 100000000 | 111110 | 110101 |
Color Harmonies of #653ED2
Complementary color
Monochromatic Colors of #653ED2
Black with #653ED2
Text Example
Text Example
White with #653ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ED2; }
p { color: rgb(101,62,210); }
H1.HeaderClassName
{
color: #653ED2;
}
.AnyTagClassName
{
color: #653ED2;
}
</style>
background-color css
<style>
a { background-color: #653ED2; }
a { background-color: rgb(101,62,210); }
div.DivClassName
{
background-color: #653ED2;
}
.BgClassName
{
background-color: #653ED2;
}
</style>
border-color css
<style>
span { border-color: #653ED2; }
span { border-color: rgb(101,62,210); }
td.TdClassName
{
border-color: #653ED2;
}
.TagClassName
{
border-color: #653ED2;
}
</style>