Shades of Purple Heart #653EBA
Tints of Purple Heart #653EBA
RGB
CMYK
RGB Variations
Color information
#653EBA (or 0x653EBA) is known color: Purple Heart. HEX triplet: 65, 3E and BA. RGB value is (101,62,186). Sum of RGB (Red+Green+Blue) = 101+62+186=349 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.94% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #653EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653EBA is #9AC145. Grayscale: #575757. Windows color (decimal): -10142022 or 12205669. OLE color: 12205669.
HSL color Cylindrical-coordinate representation of color #653EBA: hue angle of 258.87º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653EBA is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 62 | 186 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.27 |
| HSL | 258.87º | 0.5% | 0.49% | - |
| HSV(B) | 258.87º | 0.67% | 0.73% | - |
| XYZ | 15.95 | 9.76 | 47.5 | - |
| YUV | 87.8 | 183.42 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 62 | 186 | 0.46 | 0.67 | 0 | 0.27 | 258.87 | 0.5 | 0.49 |
| Hex | 65 | 3E | BA | 2E | 43 | 0 | 1B | 103 | 32 | 31 |
| Octal | 145 | 76 | 272 | 56 | 103 | 0 | 33 | 403 | 62 | 61 |
| Binary | 1100101 | 111110 | 10111010 | 101110 | 1000011 | 0 | 11011 | 100000011 | 110010 | 110001 |
Color Harmonies of #653EBA
Complementary color
Monochromatic Colors of #653EBA
Black with #653EBA
Text Example
Text Example
White with #653EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653EBA; }
p { color: rgb(101,62,186); }
H1.HeaderClassName
{
color: #653EBA;
}
.AnyTagClassName
{
color: #653EBA;
}
</style>
background-color css
<style>
a { background-color: #653EBA; }
a { background-color: rgb(101,62,186); }
div.DivClassName
{
background-color: #653EBA;
}
.BgClassName
{
background-color: #653EBA;
}
</style>
border-color css
<style>
span { border-color: #653EBA; }
span { border-color: rgb(101,62,186); }
td.TdClassName
{
border-color: #653EBA;
}
.TagClassName
{
border-color: #653EBA;
}
</style>