Shades of Purple Heart #653DBD
Tints of Purple Heart #653DBD
RGB
CMYK
RGB Variations
Color information
#653DBD (or 0x653DBD) is known color: Purple Heart. HEX triplet: 65, 3D and BD. RGB value is (101,61,189). Sum of RGB (Red+Green+Blue) = 101+61+189=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 61 (24.22% from 255 or 17.38% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #653DBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653DBD is #9AC242. Grayscale: #575757. Windows color (decimal): -10142275 or 12402021. OLE color: 12402021.
HSL color Cylindrical-coordinate representation of color #653DBD: hue angle of 258.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #653DBD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 61 | 189 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.26 |
| HSL | 258.75º | 0.51% | 0.49% | - |
| HSV(B) | 258.75º | 0.68% | 0.74% | - |
| XYZ | 16.22 | 9.78 | 49.18 | - |
| YUV | 87.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 189 | 0.47 | 0.68 | 0 | 0.26 | 258.75 | 0.51 | 0.49 |
| Hex | 65 | 3D | BD | 2F | 44 | 0 | 1A | 103 | 33 | 31 |
| Octal | 145 | 75 | 275 | 57 | 104 | 0 | 32 | 403 | 63 | 61 |
| Binary | 1100101 | 111101 | 10111101 | 101111 | 1000100 | 0 | 11010 | 100000011 | 110011 | 110001 |
Color Harmonies of #653DBD
Complementary color
Monochromatic Colors of #653DBD
Black with #653DBD
Text Example
Text Example
White with #653DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653DBD; }
p { color: rgb(101,61,189); }
H1.HeaderClassName
{
color: #653DBD;
}
.AnyTagClassName
{
color: #653DBD;
}
</style>
background-color css
<style>
a { background-color: #653DBD; }
a { background-color: rgb(101,61,189); }
div.DivClassName
{
background-color: #653DBD;
}
.BgClassName
{
background-color: #653DBD;
}
</style>
border-color css
<style>
span { border-color: #653DBD; }
span { border-color: rgb(101,61,189); }
td.TdClassName
{
border-color: #653DBD;
}
.TagClassName
{
border-color: #653DBD;
}
</style>