Shades of Purple Heart #652EC8
Tints of Purple Heart #652EC8
RGB
CMYK
RGB Variations
Color information
#652EC8 (or 0x652EC8) is known color: Purple Heart. HEX triplet: 65, 2E and C8. RGB value is (101,46,200). Sum of RGB (Red+Green+Blue) = 101+46+200=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 200 (78.52% from 255 or 57.64% from 347); Max value from RGB is 200 - color contains mainly: blue. Hex color #652EC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652EC8 is #9AD137. Grayscale: #4F4F4F. Windows color (decimal): -10146104 or 13119077. OLE color: 13119077.
HSL color Cylindrical-coordinate representation of color #652EC8: hue angle of 261.43º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652EC8 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 46 | 200 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.22 |
| HSL | 261.43º | 0.63% | 0.48% | - |
| HSV(B) | 261.43º | 0.77% | 0.78% | - |
| XYZ | 16.77 | 8.89 | 55.48 | - |
| YUV | 80 | 195.72 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 46 | 200 | 0.49 | 0.77 | 0 | 0.22 | 261.43 | 0.63 | 0.48 |
| Hex | 65 | 2E | C8 | 31 | 4D | 0 | 16 | 105 | 3F | 30 |
| Octal | 145 | 56 | 310 | 61 | 115 | 0 | 26 | 405 | 77 | 60 |
| Binary | 1100101 | 101110 | 11001000 | 110001 | 1001101 | 0 | 10110 | 100000101 | 111111 | 110000 |
Color Harmonies of #652EC8
Complementary color
Monochromatic Colors of #652EC8
Black with #652EC8
Text Example
Text Example
White with #652EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652EC8; }
p { color: rgb(101,46,200); }
H1.HeaderClassName
{
color: #652EC8;
}
.AnyTagClassName
{
color: #652EC8;
}
</style>
background-color css
<style>
a { background-color: #652EC8; }
a { background-color: rgb(101,46,200); }
div.DivClassName
{
background-color: #652EC8;
}
.BgClassName
{
background-color: #652EC8;
}
</style>
border-color css
<style>
span { border-color: #652EC8; }
span { border-color: rgb(101,46,200); }
td.TdClassName
{
border-color: #652EC8;
}
.TagClassName
{
border-color: #652EC8;
}
</style>