Shades of Purple Heart #652FDA
Tints of Purple Heart #652FDA
RGB
CMYK
RGB Variations
Color information
#652FDA (or 0x652FDA) is known color: Purple Heart. HEX triplet: 65, 2F and DA. RGB value is (101,47,218). Sum of RGB (Red+Green+Blue) = 101+47+218=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 218 (85.55% from 255 or 59.56% from 366); Max value from RGB is 218 - color contains mainly: blue. Hex color #652FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #652FDA is #9AD025. Grayscale: #525252. Windows color (decimal): -10145830 or 14298981. OLE color: 14298981.
HSL color Cylindrical-coordinate representation of color #652FDA: hue angle of 258.95º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #652FDA is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 47 | 218 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.15 |
| HSL | 258.95º | 0.7% | 0.52% | - |
| HSV(B) | 258.95º | 0.78% | 0.85% | - |
| XYZ | 19.04 | 9.86 | 67.23 | - |
| YUV | 82.64 | 204.39 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 47 | 218 | 0.54 | 0.78 | 0 | 0.15 | 258.95 | 0.7 | 0.52 |
| Hex | 65 | 2F | DA | 36 | 4E | 0 | F | 103 | 46 | 34 |
| Octal | 145 | 57 | 332 | 66 | 116 | 0 | 17 | 403 | 106 | 64 |
| Binary | 1100101 | 101111 | 11011010 | 110110 | 1001110 | 0 | 1111 | 100000011 | 1000110 | 110100 |
Color Harmonies of #652FDA
Complementary color
Monochromatic Colors of #652FDA
Black with #652FDA
Text Example
Text Example
White with #652FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652FDA; }
p { color: rgb(101,47,218); }
H1.HeaderClassName
{
color: #652FDA;
}
.AnyTagClassName
{
color: #652FDA;
}
</style>
background-color css
<style>
a { background-color: #652FDA; }
a { background-color: rgb(101,47,218); }
div.DivClassName
{
background-color: #652FDA;
}
.BgClassName
{
background-color: #652FDA;
}
</style>
border-color css
<style>
span { border-color: #652FDA; }
span { border-color: rgb(101,47,218); }
td.TdClassName
{
border-color: #652FDA;
}
.TagClassName
{
border-color: #652FDA;
}
</style>