Shades of Purple Heart #6526DE
Tints of Purple Heart #6526DE
RGB
CMYK
RGB Variations
Color information
#6526DE (or 0x6526DE) is known color: Purple Heart. HEX triplet: 65, 26 and DE. RGB value is (101,38,222). Sum of RGB (Red+Green+Blue) = 101+38+222=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #6526DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526DE is #9AD921. Grayscale: #4D4D4D. Windows color (decimal): -10148130 or 14558821. OLE color: 14558821.
HSL color Cylindrical-coordinate representation of color #6526DE: hue angle of 260.54º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6526DE is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 38 | 222 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.13 |
| HSL | 260.54º | 0.74% | 0.51% | - |
| HSV(B) | 260.54º | 0.83% | 0.87% | - |
| XYZ | 19.24 | 9.43 | 69.91 | - |
| YUV | 77.81 | 209.37 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 222 | 0.55 | 0.83 | 0 | 0.13 | 260.54 | 0.74 | 0.51 |
| Hex | 65 | 26 | DE | 37 | 53 | 0 | D | 105 | 4A | 33 |
| Octal | 145 | 46 | 336 | 67 | 123 | 0 | 15 | 405 | 112 | 63 |
| Binary | 1100101 | 100110 | 11011110 | 110111 | 1010011 | 0 | 1101 | 100000101 | 1001010 | 110011 |
Color Harmonies of #6526DE
Complementary color
Monochromatic Colors of #6526DE
Black with #6526DE
Text Example
Text Example
White with #6526DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6526DE; }
p { color: rgb(101,38,222); }
H1.HeaderClassName
{
color: #6526DE;
}
.AnyTagClassName
{
color: #6526DE;
}
</style>
background-color css
<style>
a { background-color: #6526DE; }
a { background-color: rgb(101,38,222); }
div.DivClassName
{
background-color: #6526DE;
}
.BgClassName
{
background-color: #6526DE;
}
</style>
border-color css
<style>
span { border-color: #6526DE; }
span { border-color: rgb(101,38,222); }
td.TdClassName
{
border-color: #6526DE;
}
.TagClassName
{
border-color: #6526DE;
}
</style>