Shades of Purple Heart #653BCE
Tints of Purple Heart #653BCE
RGB
CMYK
RGB Variations
Color information
#653BCE (or 0x653BCE) is known color: Purple Heart. HEX triplet: 65, 3B and CE. RGB value is (101,59,206). Sum of RGB (Red+Green+Blue) = 101+59+206=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #653BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653BCE is #9AC431. Grayscale: #575757. Windows color (decimal): -10142770 or 13515621. OLE color: 13515621.
HSL color Cylindrical-coordinate representation of color #653BCE: hue angle of 257.14º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #653BCE is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 59 | 206 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.19 |
| HSL | 257.14º | 0.6% | 0.52% | - |
| HSV(B) | 257.14º | 0.71% | 0.81% | - |
| XYZ | 18.07 | 10.35 | 59.44 | - |
| YUV | 88.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 206 | 0.51 | 0.71 | 0 | 0.19 | 257.14 | 0.6 | 0.52 |
| Hex | 65 | 3B | CE | 33 | 47 | 0 | 13 | 101 | 3C | 34 |
| Octal | 145 | 73 | 316 | 63 | 107 | 0 | 23 | 401 | 74 | 64 |
| Binary | 1100101 | 111011 | 11001110 | 110011 | 1000111 | 0 | 10011 | 100000001 | 111100 | 110100 |
Color Harmonies of #653BCE
Complementary color
Monochromatic Colors of #653BCE
Black with #653BCE
Text Example
Text Example
White with #653BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653BCE; }
p { color: rgb(101,59,206); }
H1.HeaderClassName
{
color: #653BCE;
}
.AnyTagClassName
{
color: #653BCE;
}
</style>
background-color css
<style>
a { background-color: #653BCE; }
a { background-color: rgb(101,59,206); }
div.DivClassName
{
background-color: #653BCE;
}
.BgClassName
{
background-color: #653BCE;
}
</style>
border-color css
<style>
span { border-color: #653BCE; }
span { border-color: rgb(101,59,206); }
td.TdClassName
{
border-color: #653BCE;
}
.TagClassName
{
border-color: #653BCE;
}
</style>