Shades of Purple Heart #652CC2
Tints of Purple Heart #652CC2
RGB
CMYK
RGB Variations
Color information
#652CC2 (or 0x652CC2) is known color: Purple Heart. HEX triplet: 65, 2C and C2. RGB value is (101,44,194). Sum of RGB (Red+Green+Blue) = 101+44+194=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 194 (76.17% from 255 or 57.23% from 339); Max value from RGB is 194 - color contains mainly: blue. Hex color #652CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652CC2 is #9AD33D. Grayscale: #4D4D4D. Windows color (decimal): -10146622 or 12725349. OLE color: 12725349.
HSL color Cylindrical-coordinate representation of color #652CC2: hue angle of 262.8º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652CC2 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 44 | 194 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.24 |
| HSL | 262.8º | 0.63% | 0.47% | - |
| HSV(B) | 262.8º | 0.77% | 0.76% | - |
| XYZ | 16.01 | 8.46 | 51.83 | - |
| YUV | 78.14 | 193.38 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 44 | 194 | 0.48 | 0.77 | 0 | 0.24 | 262.8 | 0.63 | 0.47 |
| Hex | 65 | 2C | C2 | 30 | 4D | 0 | 18 | 107 | 3F | 2F |
| Octal | 145 | 54 | 302 | 60 | 115 | 0 | 30 | 407 | 77 | 57 |
| Binary | 1100101 | 101100 | 11000010 | 110000 | 1001101 | 0 | 11000 | 100000111 | 111111 | 101111 |
Color Harmonies of #652CC2
Complementary color
Monochromatic Colors of #652CC2
Black with #652CC2
Text Example
Text Example
White with #652CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652CC2; }
p { color: rgb(101,44,194); }
H1.HeaderClassName
{
color: #652CC2;
}
.AnyTagClassName
{
color: #652CC2;
}
</style>
background-color css
<style>
a { background-color: #652CC2; }
a { background-color: rgb(101,44,194); }
div.DivClassName
{
background-color: #652CC2;
}
.BgClassName
{
background-color: #652CC2;
}
</style>
border-color css
<style>
span { border-color: #652CC2; }
span { border-color: rgb(101,44,194); }
td.TdClassName
{
border-color: #652CC2;
}
.TagClassName
{
border-color: #652CC2;
}
</style>