Shades of Purple Heart #652DCE
Tints of Purple Heart #652DCE
RGB
CMYK
RGB Variations
Color information
#652DCE (or 0x652DCE) is known color: Purple Heart. HEX triplet: 65, 2D and CE. RGB value is (101,45,206). Sum of RGB (Red+Green+Blue) = 101+45+206=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #652DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DCE is #9AD231. Grayscale: #4F4F4F. Windows color (decimal): -10146354 or 13512037. OLE color: 13512037.
HSL color Cylindrical-coordinate representation of color #652DCE: hue angle of 260.87º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652DCE is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 45 | 206 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.19 |
| HSL | 260.87º | 0.64% | 0.49% | - |
| HSV(B) | 260.87º | 0.78% | 0.81% | - |
| XYZ | 17.45 | 9.1 | 59.23 | - |
| YUV | 80.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 206 | 0.51 | 0.78 | 0 | 0.19 | 260.87 | 0.64 | 0.49 |
| Hex | 65 | 2D | CE | 33 | 4E | 0 | 13 | 105 | 40 | 31 |
| Octal | 145 | 55 | 316 | 63 | 116 | 0 | 23 | 405 | 100 | 61 |
| Binary | 1100101 | 101101 | 11001110 | 110011 | 1001110 | 0 | 10011 | 100000101 | 1000000 | 110001 |
Color Harmonies of #652DCE
Complementary color
Monochromatic Colors of #652DCE
Black with #652DCE
Text Example
Text Example
White with #652DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DCE; }
p { color: rgb(101,45,206); }
H1.HeaderClassName
{
color: #652DCE;
}
.AnyTagClassName
{
color: #652DCE;
}
</style>
background-color css
<style>
a { background-color: #652DCE; }
a { background-color: rgb(101,45,206); }
div.DivClassName
{
background-color: #652DCE;
}
.BgClassName
{
background-color: #652DCE;
}
</style>
border-color css
<style>
span { border-color: #652DCE; }
span { border-color: rgb(101,45,206); }
td.TdClassName
{
border-color: #652DCE;
}
.TagClassName
{
border-color: #652DCE;
}
</style>