Shades of Purple Heart #653ADC
Tints of Purple Heart #653ADC
RGB
CMYK
RGB Variations
Color information
#653ADC (or 0x653ADC) is known color: Purple Heart. HEX triplet: 65, 3A and DC. RGB value is (101,58,220). Sum of RGB (Red+Green+Blue) = 101+58+220=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 220 (86.33% from 255 or 58.05% from 379); Max value from RGB is 220 - color contains mainly: blue. Hex color #653ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653ADC is #9AC523. Grayscale: #585858. Windows color (decimal): -10143012 or 14432869. OLE color: 14432869.
HSL color Cylindrical-coordinate representation of color #653ADC: hue angle of 255.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #653ADC is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 58 | 220 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.14 |
| HSL | 255.93º | 0.7% | 0.55% | - |
| HSV(B) | 255.93º | 0.74% | 0.86% | - |
| XYZ | 19.8 | 10.96 | 68.78 | - |
| YUV | 89.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 220 | 0.54 | 0.74 | 0 | 0.14 | 255.93 | 0.7 | 0.55 |
| Hex | 65 | 3A | DC | 36 | 4A | 0 | E | 100 | 46 | 37 |
| Octal | 145 | 72 | 334 | 66 | 112 | 0 | 16 | 400 | 106 | 67 |
| Binary | 1100101 | 111010 | 11011100 | 110110 | 1001010 | 0 | 1110 | 100000000 | 1000110 | 110111 |
Color Harmonies of #653ADC
Complementary color
Monochromatic Colors of #653ADC
Black with #653ADC
Text Example
Text Example
White with #653ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653ADC; }
p { color: rgb(101,58,220); }
H1.HeaderClassName
{
color: #653ADC;
}
.AnyTagClassName
{
color: #653ADC;
}
</style>
background-color css
<style>
a { background-color: #653ADC; }
a { background-color: rgb(101,58,220); }
div.DivClassName
{
background-color: #653ADC;
}
.BgClassName
{
background-color: #653ADC;
}
</style>
border-color css
<style>
span { border-color: #653ADC; }
span { border-color: rgb(101,58,220); }
td.TdClassName
{
border-color: #653ADC;
}
.TagClassName
{
border-color: #653ADC;
}
</style>