Shades of Purple Heart #6522BC
Tints of Purple Heart #6522BC
RGB
CMYK
RGB Variations
Color information
#6522BC (or 0x6522BC) is known color: Purple Heart. HEX triplet: 65, 22 and BC. RGB value is (101,34,188). Sum of RGB (Red+Green+Blue) = 101+34+188=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 188 (73.83% from 255 or 58.20% from 323); Max value from RGB is 188 - color contains mainly: blue. Hex color #6522BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522BC is #9ADD43. Grayscale: #474747. Windows color (decimal): -10149188 or 12329573. OLE color: 12329573.
HSL color Cylindrical-coordinate representation of color #6522BC: hue angle of 266.1º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6522BC is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 34 | 188 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.26 |
| HSL | 266.1º | 0.69% | 0.44% | - |
| HSV(B) | 266.1º | 0.82% | 0.74% | - |
| XYZ | 15.02 | 7.54 | 48.24 | - |
| YUV | 71.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 188 | 0.46 | 0.82 | 0 | 0.26 | 266.1 | 0.69 | 0.44 |
| Hex | 65 | 22 | BC | 2E | 52 | 0 | 1A | 10A | 45 | 2C |
| Octal | 145 | 42 | 274 | 56 | 122 | 0 | 32 | 412 | 105 | 54 |
| Binary | 1100101 | 100010 | 10111100 | 101110 | 1010010 | 0 | 11010 | 100001010 | 1000101 | 101100 |
Color Harmonies of #6522BC
Complementary color
Monochromatic Colors of #6522BC
Black with #6522BC
Text Example
Text Example
White with #6522BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522BC; }
p { color: rgb(101,34,188); }
H1.HeaderClassName
{
color: #6522BC;
}
.AnyTagClassName
{
color: #6522BC;
}
</style>
background-color css
<style>
a { background-color: #6522BC; }
a { background-color: rgb(101,34,188); }
div.DivClassName
{
background-color: #6522BC;
}
.BgClassName
{
background-color: #6522BC;
}
</style>
border-color css
<style>
span { border-color: #6522BC; }
span { border-color: rgb(101,34,188); }
td.TdClassName
{
border-color: #6522BC;
}
.TagClassName
{
border-color: #6522BC;
}
</style>