Shades of Purple Heart #6522BB
Tints of Purple Heart #6522BB
RGB
CMYK
RGB Variations
Color information
#6522BB (or 0x6522BB) is known color: Purple Heart. HEX triplet: 65, 22 and BB. RGB value is (101,34,187). Sum of RGB (Red+Green+Blue) = 101+34+187=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #6522BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522BB is #9ADD44. Grayscale: #464646. Windows color (decimal): -10149189 or 12264037. OLE color: 12264037.
HSL color Cylindrical-coordinate representation of color #6522BB: hue angle of 266.27º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6522BB is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 34 | 187 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.27 |
| HSL | 266.27º | 0.69% | 0.43% | - |
| HSV(B) | 266.27º | 0.82% | 0.73% | - |
| XYZ | 14.91 | 7.5 | 47.68 | - |
| YUV | 71.48 | 193.2 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 187 | 0.46 | 0.82 | 0 | 0.27 | 266.27 | 0.69 | 0.43 |
| Hex | 65 | 22 | BB | 2E | 52 | 0 | 1B | 10A | 45 | 2B |
| Octal | 145 | 42 | 273 | 56 | 122 | 0 | 33 | 412 | 105 | 53 |
| Binary | 1100101 | 100010 | 10111011 | 101110 | 1010010 | 0 | 11011 | 100001010 | 1000101 | 101011 |
Color Harmonies of #6522BB
Complementary color
Monochromatic Colors of #6522BB
Black with #6522BB
Text Example
Text Example
White with #6522BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522BB; }
p { color: rgb(101,34,187); }
H1.HeaderClassName
{
color: #6522BB;
}
.AnyTagClassName
{
color: #6522BB;
}
</style>
background-color css
<style>
a { background-color: #6522BB; }
a { background-color: rgb(101,34,187); }
div.DivClassName
{
background-color: #6522BB;
}
.BgClassName
{
background-color: #6522BB;
}
</style>
border-color css
<style>
span { border-color: #6522BB; }
span { border-color: rgb(101,34,187); }
td.TdClassName
{
border-color: #6522BB;
}
.TagClassName
{
border-color: #6522BB;
}
</style>