Shades of Purple Heart #653BDF
Tints of Purple Heart #653BDF
RGB
CMYK
RGB Variations
Color information
#653BDF (or 0x653BDF) is known color: Purple Heart. HEX triplet: 65, 3B and DF. RGB value is (101,59,223). Sum of RGB (Red+Green+Blue) = 101+59+223=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #653BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BDF is #9AC420. Grayscale: #595959. Windows color (decimal): -10142753 or 14629733. OLE color: 14629733.
HSL color Cylindrical-coordinate representation of color #653BDF: hue angle of 255.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653BDF is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 59 | 223 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.13 |
| HSL | 255.37º | 0.72% | 0.55% | - |
| HSV(B) | 255.37º | 0.74% | 0.87% | - |
| XYZ | 20.25 | 11.22 | 70.91 | - |
| YUV | 90.25 | 202.91 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 223 | 0.55 | 0.74 | 0 | 0.13 | 255.37 | 0.72 | 0.55 |
| Hex | 65 | 3B | DF | 37 | 4A | 0 | D | FF | 48 | 37 |
| Octal | 145 | 73 | 337 | 67 | 112 | 0 | 15 | 377 | 110 | 67 |
| Binary | 1100101 | 111011 | 11011111 | 110111 | 1001010 | 0 | 1101 | 11111111 | 1001000 | 110111 |
Color Harmonies of #653BDF
Complementary color
Monochromatic Colors of #653BDF
Black with #653BDF
Text Example
Text Example
White with #653BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BDF; }
p { color: rgb(101,59,223); }
H1.HeaderClassName
{
color: #653BDF;
}
.AnyTagClassName
{
color: #653BDF;
}
</style>
background-color css
<style>
a { background-color: #653BDF; }
a { background-color: rgb(101,59,223); }
div.DivClassName
{
background-color: #653BDF;
}
.BgClassName
{
background-color: #653BDF;
}
</style>
border-color css
<style>
span { border-color: #653BDF; }
span { border-color: rgb(101,59,223); }
td.TdClassName
{
border-color: #653BDF;
}
.TagClassName
{
border-color: #653BDF;
}
</style>