Shades of Purple Heart #653FCB
Tints of Purple Heart #653FCB
RGB
CMYK
RGB Variations
Color information
#653FCB (or 0x653FCB) is known color: Purple Heart. HEX triplet: 65, 3F and CB. RGB value is (101,63,203). Sum of RGB (Red+Green+Blue) = 101+63+203=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #653FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FCB is #9AC034. Grayscale: #595959. Windows color (decimal): -10141749 or 13320037. OLE color: 13320037.
HSL color Cylindrical-coordinate representation of color #653FCB: hue angle of 256.29º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #653FCB is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 63 | 203 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.20 |
| HSL | 256.29º | 0.57% | 0.52% | - |
| HSV(B) | 256.29º | 0.69% | 0.8% | - |
| XYZ | 17.92 | 10.63 | 57.61 | - |
| YUV | 90.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 203 | 0.50 | 0.69 | 0 | 0.20 | 256.29 | 0.57 | 0.52 |
| Hex | 65 | 3F | CB | 32 | 45 | 0 | 14 | 100 | 39 | 34 |
| Octal | 145 | 77 | 313 | 62 | 105 | 0 | 24 | 400 | 71 | 64 |
| Binary | 1100101 | 111111 | 11001011 | 110010 | 1000101 | 0 | 10100 | 100000000 | 111001 | 110100 |
Color Harmonies of #653FCB
Complementary color
Monochromatic Colors of #653FCB
Black with #653FCB
Text Example
Text Example
White with #653FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FCB; }
p { color: rgb(101,63,203); }
H1.HeaderClassName
{
color: #653FCB;
}
.AnyTagClassName
{
color: #653FCB;
}
</style>
background-color css
<style>
a { background-color: #653FCB; }
a { background-color: rgb(101,63,203); }
div.DivClassName
{
background-color: #653FCB;
}
.BgClassName
{
background-color: #653FCB;
}
</style>
border-color css
<style>
span { border-color: #653FCB; }
span { border-color: rgb(101,63,203); }
td.TdClassName
{
border-color: #653FCB;
}
.TagClassName
{
border-color: #653FCB;
}
</style>