Shades of Purple Heart #652BD1
Tints of Purple Heart #652BD1
RGB
CMYK
RGB Variations
Color information
#652BD1 (or 0x652BD1) is known color: Purple Heart. HEX triplet: 65, 2B and D1. RGB value is (101,43,209). Sum of RGB (Red+Green+Blue) = 101+43+209=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 209 (82.03% from 255 or 59.21% from 353); Max value from RGB is 209 - color contains mainly: blue. Hex color #652BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652BD1 is #9AD42E. Grayscale: #4E4E4E. Windows color (decimal): -10146863 or 13708133. OLE color: 13708133.
HSL color Cylindrical-coordinate representation of color #652BD1: hue angle of 260.96º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #652BD1 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 43 | 209 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.18 |
| HSL | 260.96º | 0.66% | 0.49% | - |
| HSV(B) | 260.96º | 0.79% | 0.82% | - |
| XYZ | 17.74 | 9.1 | 61.14 | - |
| YUV | 79.27 | 201.22 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 43 | 209 | 0.52 | 0.79 | 0 | 0.18 | 260.96 | 0.66 | 0.49 |
| Hex | 65 | 2B | D1 | 34 | 4F | 0 | 12 | 105 | 42 | 31 |
| Octal | 145 | 53 | 321 | 64 | 117 | 0 | 22 | 405 | 102 | 61 |
| Binary | 1100101 | 101011 | 11010001 | 110100 | 1001111 | 0 | 10010 | 100000101 | 1000010 | 110001 |
Color Harmonies of #652BD1
Complementary color
Monochromatic Colors of #652BD1
Black with #652BD1
Text Example
Text Example
White with #652BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652BD1; }
p { color: rgb(101,43,209); }
H1.HeaderClassName
{
color: #652BD1;
}
.AnyTagClassName
{
color: #652BD1;
}
</style>
background-color css
<style>
a { background-color: #652BD1; }
a { background-color: rgb(101,43,209); }
div.DivClassName
{
background-color: #652BD1;
}
.BgClassName
{
background-color: #652BD1;
}
</style>
border-color css
<style>
span { border-color: #652BD1; }
span { border-color: rgb(101,43,209); }
td.TdClassName
{
border-color: #652BD1;
}
.TagClassName
{
border-color: #652BD1;
}
</style>