Shades of Purple Heart #6535BD
Tints of Purple Heart #6535BD
RGB
CMYK
RGB Variations
Color information
#6535BD (or 0x6535BD) is known color: Purple Heart. HEX triplet: 65, 35 and BD. RGB value is (101,53,189). Sum of RGB (Red+Green+Blue) = 101+53+189=343 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.45% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #6535BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535BD is #9ACA42. Grayscale: #525252. Windows color (decimal): -10144323 or 12399973. OLE color: 12399973.
HSL color Cylindrical-coordinate representation of color #6535BD: hue angle of 261.18º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6535BD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 53 | 189 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.26 |
| HSL | 261.18º | 0.56% | 0.47% | - |
| HSV(B) | 261.18º | 0.72% | 0.74% | - |
| XYZ | 15.83 | 8.99 | 49.04 | - |
| YUV | 82.86 | 187.9 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 189 | 0.47 | 0.72 | 0 | 0.26 | 261.18 | 0.56 | 0.47 |
| Hex | 65 | 35 | BD | 2F | 48 | 0 | 1A | 105 | 38 | 2F |
| Octal | 145 | 65 | 275 | 57 | 110 | 0 | 32 | 405 | 70 | 57 |
| Binary | 1100101 | 110101 | 10111101 | 101111 | 1001000 | 0 | 11010 | 100000101 | 111000 | 101111 |
Color Harmonies of #6535BD
Complementary color
Monochromatic Colors of #6535BD
Black with #6535BD
Text Example
Text Example
White with #6535BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535BD; }
p { color: rgb(101,53,189); }
H1.HeaderClassName
{
color: #6535BD;
}
.AnyTagClassName
{
color: #6535BD;
}
</style>
background-color css
<style>
a { background-color: #6535BD; }
a { background-color: rgb(101,53,189); }
div.DivClassName
{
background-color: #6535BD;
}
.BgClassName
{
background-color: #6535BD;
}
</style>
border-color css
<style>
span { border-color: #6535BD; }
span { border-color: rgb(101,53,189); }
td.TdClassName
{
border-color: #6535BD;
}
.TagClassName
{
border-color: #6535BD;
}
</style>