Shades of Purple Heart #6525D8
Tints of Purple Heart #6525D8
RGB
CMYK
RGB Variations
Color information
#6525D8 (or 0x6525D8) is known color: Purple Heart. HEX triplet: 65, 25 and D8. RGB value is (101,37,216). Sum of RGB (Red+Green+Blue) = 101+37+216=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 216 (84.77% from 255 or 61.02% from 354); Max value from RGB is 216 - color contains mainly: blue. Hex color #6525D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525D8 is #9ADA27. Grayscale: #4B4B4B. Windows color (decimal): -10148392 or 14165349. OLE color: 14165349.
HSL color Cylindrical-coordinate representation of color #6525D8: hue angle of 261.45º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6525D8 is Cyan = 0.53, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 37 | 216 | - |
| CMYK | 0.53 | 0.83 | 0 | 0.15 |
| HSL | 261.45º | 0.71% | 0.5% | - |
| HSV(B) | 261.45º | 0.83% | 0.85% | - |
| XYZ | 18.42 | 9.05 | 65.74 | - |
| YUV | 76.54 | 206.7 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 216 | 0.53 | 0.83 | 0 | 0.15 | 261.45 | 0.71 | 0.5 |
| Hex | 65 | 25 | D8 | 35 | 53 | 0 | F | 105 | 47 | 32 |
| Octal | 145 | 45 | 330 | 65 | 123 | 0 | 17 | 405 | 107 | 62 |
| Binary | 1100101 | 100101 | 11011000 | 110101 | 1010011 | 0 | 1111 | 100000101 | 1000111 | 110010 |
Color Harmonies of #6525D8
Complementary color
Monochromatic Colors of #6525D8
Black with #6525D8
Text Example
Text Example
White with #6525D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525D8; }
p { color: rgb(101,37,216); }
H1.HeaderClassName
{
color: #6525D8;
}
.AnyTagClassName
{
color: #6525D8;
}
</style>
background-color css
<style>
a { background-color: #6525D8; }
a { background-color: rgb(101,37,216); }
div.DivClassName
{
background-color: #6525D8;
}
.BgClassName
{
background-color: #6525D8;
}
</style>
border-color css
<style>
span { border-color: #6525D8; }
span { border-color: rgb(101,37,216); }
td.TdClassName
{
border-color: #6525D8;
}
.TagClassName
{
border-color: #6525D8;
}
</style>