Shades of Purple Heart #653FB6
Tints of Purple Heart #653FB6
RGB
CMYK
RGB Variations
Color information
#653FB6 (or 0x653FB6) is known color: Purple Heart. HEX triplet: 65, 3F and B6. RGB value is (101,63,182). Sum of RGB (Red+Green+Blue) = 101+63+182=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 182 (71.48% from 255 or 52.60% from 346); Max value from RGB is 182 - color contains mainly: blue. Hex color #653FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #653FB6 is #9AC049. Grayscale: #575757. Windows color (decimal): -10141770 or 11943781. OLE color: 11943781.
HSL color Cylindrical-coordinate representation of color #653FB6: hue angle of 259.16º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653FB6 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 101 | 63 | 182 | - |
| CMYK | 0.45 | 0.65 | 0 | 0.29 |
| HSL | 259.16º | 0.49% | 0.48% | - |
| HSV(B) | 259.16º | 0.65% | 0.71% | - |
| XYZ | 15.59 | 9.7 | 45.31 | - |
| YUV | 87.93 | 181.09 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 63 | 182 | 0.45 | 0.65 | 0 | 0.29 | 259.16 | 0.49 | 0.48 |
| Hex | 65 | 3F | B6 | 2D | 41 | 0 | 1D | 103 | 31 | 30 |
| Octal | 145 | 77 | 266 | 55 | 101 | 0 | 35 | 403 | 61 | 60 |
| Binary | 1100101 | 111111 | 10110110 | 101101 | 1000001 | 0 | 11101 | 100000011 | 110001 | 110000 |
Color Harmonies of #653FB6
Complementary color
Monochromatic Colors of #653FB6
Black with #653FB6
Text Example
Text Example
White with #653FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653FB6; }
p { color: rgb(101,63,182); }
H1.HeaderClassName
{
color: #653FB6;
}
.AnyTagClassName
{
color: #653FB6;
}
</style>
background-color css
<style>
a { background-color: #653FB6; }
a { background-color: rgb(101,63,182); }
div.DivClassName
{
background-color: #653FB6;
}
.BgClassName
{
background-color: #653FB6;
}
</style>
border-color css
<style>
span { border-color: #653FB6; }
span { border-color: rgb(101,63,182); }
td.TdClassName
{
border-color: #653FB6;
}
.TagClassName
{
border-color: #653FB6;
}
</style>