Shades of Purple Heart #6525D0
Tints of Purple Heart #6525D0
RGB
CMYK
RGB Variations
Color information
#6525D0 (or 0x6525D0) is known color: Purple Heart. HEX triplet: 65, 25 and D0. RGB value is (101,37,208). Sum of RGB (Red+Green+Blue) = 101+37+208=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 37 (14.84% from 255 or 10.69% from 346); Blue value is 208 (81.64% from 255 or 60.12% from 346); Max value from RGB is 208 - color contains mainly: blue. Hex color #6525D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6525D0 is #9ADA2F. Grayscale: #4B4B4B. Windows color (decimal): -10148400 or 13641061. OLE color: 13641061.
HSL color Cylindrical-coordinate representation of color #6525D0: hue angle of 262.46º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6525D0 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 37 | 208 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.18 |
| HSL | 262.46º | 0.7% | 0.48% | - |
| HSV(B) | 262.46º | 0.82% | 0.82% | - |
| XYZ | 17.41 | 8.64 | 60.43 | - |
| YUV | 75.63 | 202.7 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 37 | 208 | 0.51 | 0.82 | 0 | 0.18 | 262.46 | 0.7 | 0.48 |
| Hex | 65 | 25 | D0 | 33 | 52 | 0 | 12 | 106 | 46 | 30 |
| Octal | 145 | 45 | 320 | 63 | 122 | 0 | 22 | 406 | 106 | 60 |
| Binary | 1100101 | 100101 | 11010000 | 110011 | 1010010 | 0 | 10010 | 100000110 | 1000110 | 110000 |
Color Harmonies of #6525D0
Complementary color
Monochromatic Colors of #6525D0
Black with #6525D0
Text Example
Text Example
White with #6525D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6525D0; }
p { color: rgb(101,37,208); }
H1.HeaderClassName
{
color: #6525D0;
}
.AnyTagClassName
{
color: #6525D0;
}
</style>
background-color css
<style>
a { background-color: #6525D0; }
a { background-color: rgb(101,37,208); }
div.DivClassName
{
background-color: #6525D0;
}
.BgClassName
{
background-color: #6525D0;
}
</style>
border-color css
<style>
span { border-color: #6525D0; }
span { border-color: rgb(101,37,208); }
td.TdClassName
{
border-color: #6525D0;
}
.TagClassName
{
border-color: #6525D0;
}
</style>