Shades of Purple Heart #6535BB
Tints of Purple Heart #6535BB
RGB
CMYK
RGB Variations
Color information
#6535BB (or 0x6535BB) is known color: Purple Heart. HEX triplet: 65, 35 and BB. RGB value is (101,53,187). Sum of RGB (Red+Green+Blue) = 101+53+187=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #6535BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535BB is #9ACA44. Grayscale: #525252. Windows color (decimal): -10144325 or 12268901. OLE color: 12268901.
HSL color Cylindrical-coordinate representation of color #6535BB: hue angle of 261.49º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6535BB is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 53 | 187 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.27 |
| HSL | 261.49º | 0.56% | 0.47% | - |
| HSV(B) | 261.49º | 0.72% | 0.73% | - |
| XYZ | 15.61 | 8.9 | 47.91 | - |
| YUV | 82.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 187 | 0.46 | 0.72 | 0 | 0.27 | 261.49 | 0.56 | 0.47 |
| Hex | 65 | 35 | BB | 2E | 48 | 0 | 1B | 105 | 38 | 2F |
| Octal | 145 | 65 | 273 | 56 | 110 | 0 | 33 | 405 | 70 | 57 |
| Binary | 1100101 | 110101 | 10111011 | 101110 | 1001000 | 0 | 11011 | 100000101 | 111000 | 101111 |
Color Harmonies of #6535BB
Complementary color
Monochromatic Colors of #6535BB
Black with #6535BB
Text Example
Text Example
White with #6535BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535BB; }
p { color: rgb(101,53,187); }
H1.HeaderClassName
{
color: #6535BB;
}
.AnyTagClassName
{
color: #6535BB;
}
</style>
background-color css
<style>
a { background-color: #6535BB; }
a { background-color: rgb(101,53,187); }
div.DivClassName
{
background-color: #6535BB;
}
.BgClassName
{
background-color: #6535BB;
}
</style>
border-color css
<style>
span { border-color: #6535BB; }
span { border-color: rgb(101,53,187); }
td.TdClassName
{
border-color: #6535BB;
}
.TagClassName
{
border-color: #6535BB;
}
</style>