Shades of Purple Heart #652DDC
Tints of Purple Heart #652DDC
RGB
CMYK
RGB Variations
Color information
#652DDC (or 0x652DDC) is known color: Purple Heart. HEX triplet: 65, 2D and DC. RGB value is (101,45,220). Sum of RGB (Red+Green+Blue) = 101+45+220=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #652DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DDC is #9AD223. Grayscale: #515151. Windows color (decimal): -10146340 or 14429541. OLE color: 14429541.
HSL color Cylindrical-coordinate representation of color #652DDC: hue angle of 259.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #652DDC is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 45 | 220 | - |
| CMYK | 0.54 | 0.80 | 0 | 0.14 |
| HSL | 259.2º | 0.71% | 0.52% | - |
| HSV(B) | 259.2º | 0.8% | 0.86% | - |
| XYZ | 19.22 | 9.81 | 68.59 | - |
| YUV | 81.69 | 206.05 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 220 | 0.54 | 0.80 | 0 | 0.14 | 259.2 | 0.71 | 0.52 |
| Hex | 65 | 2D | DC | 36 | 50 | 0 | E | 103 | 47 | 34 |
| Octal | 145 | 55 | 334 | 66 | 120 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100101 | 101101 | 11011100 | 110110 | 1010000 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #652DDC
Complementary color
Monochromatic Colors of #652DDC
Black with #652DDC
Text Example
Text Example
White with #652DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DDC; }
p { color: rgb(101,45,220); }
H1.HeaderClassName
{
color: #652DDC;
}
.AnyTagClassName
{
color: #652DDC;
}
</style>
background-color css
<style>
a { background-color: #652DDC; }
a { background-color: rgb(101,45,220); }
div.DivClassName
{
background-color: #652DDC;
}
.BgClassName
{
background-color: #652DDC;
}
</style>
border-color css
<style>
span { border-color: #652DDC; }
span { border-color: rgb(101,45,220); }
td.TdClassName
{
border-color: #652DDC;
}
.TagClassName
{
border-color: #652DDC;
}
</style>