Shades of Purple Heart #652BCB
Tints of Purple Heart #652BCB
RGB
CMYK
RGB Variations
Color information
#652BCB (or 0x652BCB) is known color: Purple Heart. HEX triplet: 65, 2B and CB. RGB value is (101,43,203). Sum of RGB (Red+Green+Blue) = 101+43+203=347 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.11% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #652BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BCB is #9AD434. Grayscale: #4E4E4E. Windows color (decimal): -10146869 or 13314917. OLE color: 13314917.
HSL color Cylindrical-coordinate representation of color #652BCB: hue angle of 261.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652BCB is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 43 | 203 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.20 |
| HSL | 261.75º | 0.65% | 0.48% | - |
| HSV(B) | 261.75º | 0.79% | 0.8% | - |
| XYZ | 17.01 | 8.81 | 57.3 | - |
| YUV | 78.58 | 198.22 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 203 | 0.50 | 0.79 | 0 | 0.20 | 261.75 | 0.65 | 0.48 |
| Hex | 65 | 2B | CB | 32 | 4F | 0 | 14 | 106 | 41 | 30 |
| Octal | 145 | 53 | 313 | 62 | 117 | 0 | 24 | 406 | 101 | 60 |
| Binary | 1100101 | 101011 | 11001011 | 110010 | 1001111 | 0 | 10100 | 100000110 | 1000001 | 110000 |
Color Harmonies of #652BCB
Complementary color
Monochromatic Colors of #652BCB
Black with #652BCB
Text Example
Text Example
White with #652BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BCB; }
p { color: rgb(101,43,203); }
H1.HeaderClassName
{
color: #652BCB;
}
.AnyTagClassName
{
color: #652BCB;
}
</style>
background-color css
<style>
a { background-color: #652BCB; }
a { background-color: rgb(101,43,203); }
div.DivClassName
{
background-color: #652BCB;
}
.BgClassName
{
background-color: #652BCB;
}
</style>
border-color css
<style>
span { border-color: #652BCB; }
span { border-color: rgb(101,43,203); }
td.TdClassName
{
border-color: #652BCB;
}
.TagClassName
{
border-color: #652BCB;
}
</style>