Shades of Purple Heart #653DDC
Tints of Purple Heart #653DDC
RGB
CMYK
RGB Variations
Color information
#653DDC (or 0x653DDC) is known color: Purple Heart. HEX triplet: 65, 3D and DC. RGB value is (101,61,220). Sum of RGB (Red+Green+Blue) = 101+61+220=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #653DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DDC is #9AC223. Grayscale: #5A5A5A. Windows color (decimal): -10142244 or 14433637. OLE color: 14433637.
HSL color Cylindrical-coordinate representation of color #653DDC: hue angle of 255.09º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #653DDC is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 61 | 220 | - |
| CMYK | 0.54 | 0.72 | 0 | 0.14 |
| HSL | 255.09º | 0.69% | 0.55% | - |
| HSV(B) | 255.09º | 0.72% | 0.86% | - |
| XYZ | 19.95 | 11.27 | 68.83 | - |
| YUV | 91.09 | 200.75 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 220 | 0.54 | 0.72 | 0 | 0.14 | 255.09 | 0.69 | 0.55 |
| Hex | 65 | 3D | DC | 36 | 48 | 0 | E | FF | 45 | 37 |
| Octal | 145 | 75 | 334 | 66 | 110 | 0 | 16 | 377 | 105 | 67 |
| Binary | 1100101 | 111101 | 11011100 | 110110 | 1001000 | 0 | 1110 | 11111111 | 1000101 | 110111 |
Color Harmonies of #653DDC
Complementary color
Monochromatic Colors of #653DDC
Black with #653DDC
Text Example
Text Example
White with #653DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DDC; }
p { color: rgb(101,61,220); }
H1.HeaderClassName
{
color: #653DDC;
}
.AnyTagClassName
{
color: #653DDC;
}
</style>
background-color css
<style>
a { background-color: #653DDC; }
a { background-color: rgb(101,61,220); }
div.DivClassName
{
background-color: #653DDC;
}
.BgClassName
{
background-color: #653DDC;
}
</style>
border-color css
<style>
span { border-color: #653DDC; }
span { border-color: rgb(101,61,220); }
td.TdClassName
{
border-color: #653DDC;
}
.TagClassName
{
border-color: #653DDC;
}
</style>