Shades of Purple Heart #652DAD
Tints of Purple Heart #652DAD
RGB
CMYK
RGB Variations
Color information
#652DAD (or 0x652DAD) is known color: Purple Heart. HEX triplet: 65, 2D and AD. RGB value is (101,45,173). Sum of RGB (Red+Green+Blue) = 101+45+173=319 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.66% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #652DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652DAD is #9AD252. Grayscale: #4B4B4B. Windows color (decimal): -10146387 or 11349349. OLE color: 11349349.
HSL color Cylindrical-coordinate representation of color #652DAD: hue angle of 266.25º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #652DAD is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 45 | 173 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.32 |
| HSL | 266.25º | 0.59% | 0.43% | - |
| HSV(B) | 266.25º | 0.74% | 0.68% | - |
| XYZ | 13.85 | 7.66 | 40.28 | - |
| YUV | 76.34 | 182.55 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 45 | 173 | 0.42 | 0.74 | 0 | 0.32 | 266.25 | 0.59 | 0.43 |
| Hex | 65 | 2D | AD | 2A | 4A | 0 | 20 | 10A | 3B | 2B |
| Octal | 145 | 55 | 255 | 52 | 112 | 0 | 40 | 412 | 73 | 53 |
| Binary | 1100101 | 101101 | 10101101 | 101010 | 1001010 | 0 | 100000 | 100001010 | 111011 | 101011 |
Color Harmonies of #652DAD
Complementary color
Monochromatic Colors of #652DAD
Black with #652DAD
Text Example
Text Example
White with #652DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652DAD; }
p { color: rgb(101,45,173); }
H1.HeaderClassName
{
color: #652DAD;
}
.AnyTagClassName
{
color: #652DAD;
}
</style>
background-color css
<style>
a { background-color: #652DAD; }
a { background-color: rgb(101,45,173); }
div.DivClassName
{
background-color: #652DAD;
}
.BgClassName
{
background-color: #652DAD;
}
</style>
border-color css
<style>
span { border-color: #652DAD; }
span { border-color: rgb(101,45,173); }
td.TdClassName
{
border-color: #652DAD;
}
.TagClassName
{
border-color: #652DAD;
}
</style>