Shades of Purple Heart #653DBE
Tints of Purple Heart #653DBE
RGB
CMYK
RGB Variations
Color information
#653DBE (or 0x653DBE) is known color: Purple Heart. HEX triplet: 65, 3D and BE. RGB value is (101,61,190). Sum of RGB (Red+Green+Blue) = 101+61+190=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #653DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DBE is #9AC241. Grayscale: #575757. Windows color (decimal): -10142274 or 12467557. OLE color: 12467557.
HSL color Cylindrical-coordinate representation of color #653DBE: hue angle of 258.6º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653DBE is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 61 | 190 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.25 |
| HSL | 258.6º | 0.51% | 0.49% | - |
| HSV(B) | 258.6º | 0.68% | 0.75% | - |
| XYZ | 16.33 | 9.82 | 49.75 | - |
| YUV | 87.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 190 | 0.47 | 0.68 | 0 | 0.25 | 258.6 | 0.51 | 0.49 |
| Hex | 65 | 3D | BE | 2F | 44 | 0 | 19 | 103 | 33 | 31 |
| Octal | 145 | 75 | 276 | 57 | 104 | 0 | 31 | 403 | 63 | 61 |
| Binary | 1100101 | 111101 | 10111110 | 101111 | 1000100 | 0 | 11001 | 100000011 | 110011 | 110001 |
Color Harmonies of #653DBE
Complementary color
Monochromatic Colors of #653DBE
Black with #653DBE
Text Example
Text Example
White with #653DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DBE; }
p { color: rgb(101,61,190); }
H1.HeaderClassName
{
color: #653DBE;
}
.AnyTagClassName
{
color: #653DBE;
}
</style>
background-color css
<style>
a { background-color: #653DBE; }
a { background-color: rgb(101,61,190); }
div.DivClassName
{
background-color: #653DBE;
}
.BgClassName
{
background-color: #653DBE;
}
</style>
border-color css
<style>
span { border-color: #653DBE; }
span { border-color: rgb(101,61,190); }
td.TdClassName
{
border-color: #653DBE;
}
.TagClassName
{
border-color: #653DBE;
}
</style>