Shades of Purple Heart #652EC1
Tints of Purple Heart #652EC1
RGB
CMYK
RGB Variations
Color information
#652EC1 (or 0x652EC1) is known color: Purple Heart. HEX triplet: 65, 2E and C1. RGB value is (101,46,193). Sum of RGB (Red+Green+Blue) = 101+46+193=340 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.71% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 193 (75.78% from 255 or 56.76% from 340); Max value from RGB is 193 - color contains mainly: blue. Hex color #652EC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EC1 is #9AD13E. Grayscale: #4E4E4E. Windows color (decimal): -10146111 or 12660325. OLE color: 12660325.
HSL color Cylindrical-coordinate representation of color #652EC1: hue angle of 262.45º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #652EC1 is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 46 | 193 | - |
| CMYK | 0.48 | 0.76 | 0 | 0.24 |
| HSL | 262.45º | 0.62% | 0.47% | - |
| HSV(B) | 262.45º | 0.76% | 0.76% | - |
| XYZ | 15.97 | 8.57 | 51.26 | - |
| YUV | 79.2 | 192.22 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 193 | 0.48 | 0.76 | 0 | 0.24 | 262.45 | 0.62 | 0.47 |
| Hex | 65 | 2E | C1 | 30 | 4C | 0 | 18 | 106 | 3E | 2F |
| Octal | 145 | 56 | 301 | 60 | 114 | 0 | 30 | 406 | 76 | 57 |
| Binary | 1100101 | 101110 | 11000001 | 110000 | 1001100 | 0 | 11000 | 100000110 | 111110 | 101111 |
Color Harmonies of #652EC1
Complementary color
Monochromatic Colors of #652EC1
Black with #652EC1
Text Example
Text Example
White with #652EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652EC1; }
p { color: rgb(101,46,193); }
H1.HeaderClassName
{
color: #652EC1;
}
.AnyTagClassName
{
color: #652EC1;
}
</style>
background-color css
<style>
a { background-color: #652EC1; }
a { background-color: rgb(101,46,193); }
div.DivClassName
{
background-color: #652EC1;
}
.BgClassName
{
background-color: #652EC1;
}
</style>
border-color css
<style>
span { border-color: #652EC1; }
span { border-color: rgb(101,46,193); }
td.TdClassName
{
border-color: #652EC1;
}
.TagClassName
{
border-color: #652EC1;
}
</style>