Shades of Purple Heart #6522CB
Tints of Purple Heart #6522CB
RGB
CMYK
RGB Variations
Color information
#6522CB (or 0x6522CB) is known color: Purple Heart. HEX triplet: 65, 22 and CB. RGB value is (101,34,203). Sum of RGB (Red+Green+Blue) = 101+34+203=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #6522CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6522CB is #9ADD34. Grayscale: #484848. Windows color (decimal): -10149173 or 13312613. OLE color: 13312613.
HSL color Cylindrical-coordinate representation of color #6522CB: hue angle of 263.79º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6522CB is Cyan = 0.50, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 34 | 203 | - |
| CMYK | 0.50 | 0.83 | 0 | 0.20 |
| HSL | 263.79º | 0.71% | 0.46% | - |
| HSV(B) | 263.79º | 0.83% | 0.8% | - |
| XYZ | 16.72 | 8.22 | 57.21 | - |
| YUV | 73.3 | 201.2 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 34 | 203 | 0.50 | 0.83 | 0 | 0.20 | 263.79 | 0.71 | 0.46 |
| Hex | 65 | 22 | CB | 32 | 53 | 0 | 14 | 108 | 47 | 2E |
| Octal | 145 | 42 | 313 | 62 | 123 | 0 | 24 | 410 | 107 | 56 |
| Binary | 1100101 | 100010 | 11001011 | 110010 | 1010011 | 0 | 10100 | 100001000 | 1000111 | 101110 |
Color Harmonies of #6522CB
Complementary color
Monochromatic Colors of #6522CB
Black with #6522CB
Text Example
Text Example
White with #6522CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6522CB; }
p { color: rgb(101,34,203); }
H1.HeaderClassName
{
color: #6522CB;
}
.AnyTagClassName
{
color: #6522CB;
}
</style>
background-color css
<style>
a { background-color: #6522CB; }
a { background-color: rgb(101,34,203); }
div.DivClassName
{
background-color: #6522CB;
}
.BgClassName
{
background-color: #6522CB;
}
</style>
border-color css
<style>
span { border-color: #6522CB; }
span { border-color: rgb(101,34,203); }
td.TdClassName
{
border-color: #6522CB;
}
.TagClassName
{
border-color: #6522CB;
}
</style>