Shades of Purple Heart #653AC5
Tints of Purple Heart #653AC5
RGB
CMYK
RGB Variations
Color information
#653AC5 (or 0x653AC5) is known color: Purple Heart. HEX triplet: 65, 3A and C5. RGB value is (101,58,197). Sum of RGB (Red+Green+Blue) = 101+58+197=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 197 (77.34% from 255 or 55.34% from 356); Max value from RGB is 197 - color contains mainly: blue. Hex color #653AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653AC5 is #9AC53A. Grayscale: #565656. Windows color (decimal): -10143035 or 12925541. OLE color: 12925541.
HSL color Cylindrical-coordinate representation of color #653AC5: hue angle of 258.56º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653AC5 is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 101 | 58 | 197 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.23 |
| HSL | 258.56º | 0.55% | 0.5% | - |
| HSV(B) | 258.56º | 0.71% | 0.77% | - |
| XYZ | 16.96 | 9.82 | 53.83 | - |
| YUV | 86.7 | 190.25 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 197 | 0.49 | 0.71 | 0 | 0.23 | 258.56 | 0.55 | 0.5 |
| Hex | 65 | 3A | C5 | 31 | 47 | 0 | 17 | 103 | 37 | 32 |
| Octal | 145 | 72 | 305 | 61 | 107 | 0 | 27 | 403 | 67 | 62 |
| Binary | 1100101 | 111010 | 11000101 | 110001 | 1000111 | 0 | 10111 | 100000011 | 110111 | 110010 |
Color Harmonies of #653AC5
Complementary color
Monochromatic Colors of #653AC5
Black with #653AC5
Text Example
Text Example
White with #653AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653AC5; }
p { color: rgb(101,58,197); }
H1.HeaderClassName
{
color: #653AC5;
}
.AnyTagClassName
{
color: #653AC5;
}
</style>
background-color css
<style>
a { background-color: #653AC5; }
a { background-color: rgb(101,58,197); }
div.DivClassName
{
background-color: #653AC5;
}
.BgClassName
{
background-color: #653AC5;
}
</style>
border-color css
<style>
span { border-color: #653AC5; }
span { border-color: rgb(101,58,197); }
td.TdClassName
{
border-color: #653AC5;
}
.TagClassName
{
border-color: #653AC5;
}
</style>