Shades of Purple Heart #6526CF
Tints of Purple Heart #6526CF
RGB
CMYK
RGB Variations
Color information
#6526CF (or 0x6526CF) is known color: Purple Heart. HEX triplet: 65, 26 and CF. RGB value is (101,38,207). Sum of RGB (Red+Green+Blue) = 101+38+207=346 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.19% from 346); Green value is 38 (15.23% from 255 or 10.98% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #6526CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6526CF is #9AD930. Grayscale: #4B4B4B. Windows color (decimal): -10148145 or 13575781. OLE color: 13575781.
HSL color Cylindrical-coordinate representation of color #6526CF: hue angle of 262.37º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6526CF is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 38 | 207 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.19 |
| HSL | 262.37º | 0.69% | 0.48% | - |
| HSV(B) | 262.37º | 0.82% | 0.81% | - |
| XYZ | 17.32 | 8.66 | 59.79 | - |
| YUV | 76.1 | 201.87 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 38 | 207 | 0.51 | 0.82 | 0 | 0.19 | 262.37 | 0.69 | 0.48 |
| Hex | 65 | 26 | CF | 33 | 52 | 0 | 13 | 106 | 45 | 30 |
| Octal | 145 | 46 | 317 | 63 | 122 | 0 | 23 | 406 | 105 | 60 |
| Binary | 1100101 | 100110 | 11001111 | 110011 | 1010010 | 0 | 10011 | 100000110 | 1000101 | 110000 |
Color Harmonies of #6526CF
Complementary color
Monochromatic Colors of #6526CF
Black with #6526CF
Text Example
Text Example
White with #6526CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6526CF; }
p { color: rgb(101,38,207); }
H1.HeaderClassName
{
color: #6526CF;
}
.AnyTagClassName
{
color: #6526CF;
}
</style>
background-color css
<style>
a { background-color: #6526CF; }
a { background-color: rgb(101,38,207); }
div.DivClassName
{
background-color: #6526CF;
}
.BgClassName
{
background-color: #6526CF;
}
</style>
border-color css
<style>
span { border-color: #6526CF; }
span { border-color: rgb(101,38,207); }
td.TdClassName
{
border-color: #6526CF;
}
.TagClassName
{
border-color: #6526CF;
}
</style>