Shades of Purple Heart #652DC1
Tints of Purple Heart #652DC1
RGB
CMYK
RGB Variations
Color information
#652DC1 (or 0x652DC1) is known color: Purple Heart. HEX triplet: 65, 2D and C1. RGB value is (101,45,193). Sum of RGB (Red+Green+Blue) = 101+45+193=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 193 (75.78% from 255 or 56.93% from 339); Max value from RGB is 193 - color contains mainly: blue. Hex color #652DC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652DC1 is #9AD23E. Grayscale: #4E4E4E. Windows color (decimal): -10146367 or 12660069. OLE color: 12660069.
HSL color Cylindrical-coordinate representation of color #652DC1: hue angle of 262.7º degrees, saturation: 0.62, 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 #652DC1 is Cyan = 0.48, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 45 | 193 | - |
| CMYK | 0.48 | 0.77 | 0 | 0.24 |
| HSL | 262.7º | 0.62% | 0.47% | - |
| HSV(B) | 262.7º | 0.77% | 0.76% | - |
| XYZ | 15.93 | 8.49 | 51.25 | - |
| YUV | 78.62 | 192.55 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 193 | 0.48 | 0.77 | 0 | 0.24 | 262.7 | 0.62 | 0.47 |
| Hex | 65 | 2D | C1 | 30 | 4D | 0 | 18 | 107 | 3E | 2F |
| Octal | 145 | 55 | 301 | 60 | 115 | 0 | 30 | 407 | 76 | 57 |
| Binary | 1100101 | 101101 | 11000001 | 110000 | 1001101 | 0 | 11000 | 100000111 | 111110 | 101111 |
Color Harmonies of #652DC1
Complementary color
Monochromatic Colors of #652DC1
Black with #652DC1
Text Example
Text Example
White with #652DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DC1; }
p { color: rgb(101,45,193); }
H1.HeaderClassName
{
color: #652DC1;
}
.AnyTagClassName
{
color: #652DC1;
}
</style>
background-color css
<style>
a { background-color: #652DC1; }
a { background-color: rgb(101,45,193); }
div.DivClassName
{
background-color: #652DC1;
}
.BgClassName
{
background-color: #652DC1;
}
</style>
border-color css
<style>
span { border-color: #652DC1; }
span { border-color: rgb(101,45,193); }
td.TdClassName
{
border-color: #652DC1;
}
.TagClassName
{
border-color: #652DC1;
}
</style>