Shades of Purple Heart #653AD2
Tints of Purple Heart #653AD2
RGB
CMYK
RGB Variations
Color information
#653AD2 (or 0x653AD2) is known color: Purple Heart. HEX triplet: 65, 3A and D2. RGB value is (101,58,210). Sum of RGB (Red+Green+Blue) = 101+58+210=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 210 (82.42% from 255 or 56.91% from 369); Max value from RGB is 210 - color contains mainly: blue. Hex color #653AD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653AD2 is #9AC52D. Grayscale: #575757. Windows color (decimal): -10143022 or 13777509. OLE color: 13777509.
HSL color Cylindrical-coordinate representation of color #653AD2: hue angle of 256.97º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653AD2 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 58 | 210 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.18 |
| HSL | 256.97º | 0.63% | 0.53% | - |
| HSV(B) | 256.97º | 0.72% | 0.82% | - |
| XYZ | 18.51 | 10.45 | 62.01 | - |
| YUV | 88.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 210 | 0.52 | 0.72 | 0 | 0.18 | 256.97 | 0.63 | 0.53 |
| Hex | 65 | 3A | D2 | 34 | 48 | 0 | 12 | 101 | 3F | 35 |
| Octal | 145 | 72 | 322 | 64 | 110 | 0 | 22 | 401 | 77 | 65 |
| Binary | 1100101 | 111010 | 11010010 | 110100 | 1001000 | 0 | 10010 | 100000001 | 111111 | 110101 |
Color Harmonies of #653AD2
Complementary color
Monochromatic Colors of #653AD2
Black with #653AD2
Text Example
Text Example
White with #653AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653AD2; }
p { color: rgb(101,58,210); }
H1.HeaderClassName
{
color: #653AD2;
}
.AnyTagClassName
{
color: #653AD2;
}
</style>
background-color css
<style>
a { background-color: #653AD2; }
a { background-color: rgb(101,58,210); }
div.DivClassName
{
background-color: #653AD2;
}
.BgClassName
{
background-color: #653AD2;
}
</style>
border-color css
<style>
span { border-color: #653AD2; }
span { border-color: rgb(101,58,210); }
td.TdClassName
{
border-color: #653AD2;
}
.TagClassName
{
border-color: #653AD2;
}
</style>