Shades of Purple Heart #652BBD
Tints of Purple Heart #652BBD
RGB
CMYK
RGB Variations
Color information
#652BBD (or 0x652BBD) is known color: Purple Heart. HEX triplet: 65, 2B and BD. RGB value is (101,43,189). Sum of RGB (Red+Green+Blue) = 101+43+189=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 43 (17.19% from 255 or 12.91% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #652BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BBD is #9AD442. Grayscale: #4C4C4C. Windows color (decimal): -10146883 or 12397413. OLE color: 12397413.
HSL color Cylindrical-coordinate representation of color #652BBD: hue angle of 263.84º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #652BBD is Cyan = 0.47, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 43 | 189 | - |
| CMYK | 0.47 | 0.77 | 0 | 0.26 |
| HSL | 263.84º | 0.63% | 0.45% | - |
| HSV(B) | 263.84º | 0.77% | 0.74% | - |
| XYZ | 15.42 | 8.17 | 48.91 | - |
| YUV | 76.99 | 191.22 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 189 | 0.47 | 0.77 | 0 | 0.26 | 263.84 | 0.63 | 0.45 |
| Hex | 65 | 2B | BD | 2F | 4D | 0 | 1A | 108 | 3F | 2D |
| Octal | 145 | 53 | 275 | 57 | 115 | 0 | 32 | 410 | 77 | 55 |
| Binary | 1100101 | 101011 | 10111101 | 101111 | 1001101 | 0 | 11010 | 100001000 | 111111 | 101101 |
Color Harmonies of #652BBD
Complementary color
Monochromatic Colors of #652BBD
Black with #652BBD
Text Example
Text Example
White with #652BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BBD; }
p { color: rgb(101,43,189); }
H1.HeaderClassName
{
color: #652BBD;
}
.AnyTagClassName
{
color: #652BBD;
}
</style>
background-color css
<style>
a { background-color: #652BBD; }
a { background-color: rgb(101,43,189); }
div.DivClassName
{
background-color: #652BBD;
}
.BgClassName
{
background-color: #652BBD;
}
</style>
border-color css
<style>
span { border-color: #652BBD; }
span { border-color: rgb(101,43,189); }
td.TdClassName
{
border-color: #652BBD;
}
.TagClassName
{
border-color: #652BBD;
}
</style>