Shades of Purple Heart #652FDC
Tints of Purple Heart #652FDC
RGB
CMYK
RGB Variations
Color information
#652FDC (or 0x652FDC) is known color: Purple Heart. HEX triplet: 65, 2F and DC. RGB value is (101,47,220). Sum of RGB (Red+Green+Blue) = 101+47+220=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 220 (86.33% from 255 or 59.78% from 368); Max value from RGB is 220 - color contains mainly: blue. Hex color #652FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FDC is #9AD023. Grayscale: #525252. Windows color (decimal): -10145828 or 14430053. OLE color: 14430053.
HSL color Cylindrical-coordinate representation of color #652FDC: hue angle of 258.73º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652FDC is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 47 | 220 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.14 |
| HSL | 258.73º | 0.71% | 0.52% | - |
| HSV(B) | 258.73º | 0.79% | 0.86% | - |
| XYZ | 19.3 | 9.97 | 68.62 | - |
| YUV | 82.87 | 205.39 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 220 | 0.54 | 0.79 | 0 | 0.14 | 258.73 | 0.71 | 0.52 |
| Hex | 65 | 2F | DC | 36 | 4F | 0 | E | 103 | 47 | 34 |
| Octal | 145 | 57 | 334 | 66 | 117 | 0 | 16 | 403 | 107 | 64 |
| Binary | 1100101 | 101111 | 11011100 | 110110 | 1001111 | 0 | 1110 | 100000011 | 1000111 | 110100 |
Color Harmonies of #652FDC
Complementary color
Monochromatic Colors of #652FDC
Black with #652FDC
Text Example
Text Example
White with #652FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FDC; }
p { color: rgb(101,47,220); }
H1.HeaderClassName
{
color: #652FDC;
}
.AnyTagClassName
{
color: #652FDC;
}
</style>
background-color css
<style>
a { background-color: #652FDC; }
a { background-color: rgb(101,47,220); }
div.DivClassName
{
background-color: #652FDC;
}
.BgClassName
{
background-color: #652FDC;
}
</style>
border-color css
<style>
span { border-color: #652FDC; }
span { border-color: rgb(101,47,220); }
td.TdClassName
{
border-color: #652FDC;
}
.TagClassName
{
border-color: #652FDC;
}
</style>