Shades of Purple Heart #6533C0
Tints of Purple Heart #6533C0
RGB
CMYK
RGB Variations
Color information
#6533C0 (or 0x6533C0) is known color: Purple Heart. HEX triplet: 65, 33 and C0. RGB value is (101,51,192). Sum of RGB (Red+Green+Blue) = 101+51+192=344 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.36% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 192 (75.39% from 255 or 55.81% from 344); Max value from RGB is 192 - color contains mainly: blue. Hex color #6533C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533C0 is #9ACC3F. Grayscale: #515151. Windows color (decimal): -10144832 or 12596069. OLE color: 12596069.
HSL color Cylindrical-coordinate representation of color #6533C0: hue angle of 261.28º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6533C0 is Cyan = 0.47, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 51 | 192 | - |
| CMYK | 0.47 | 0.73 | 0 | 0.25 |
| HSL | 261.28º | 0.58% | 0.48% | - |
| HSV(B) | 261.28º | 0.73% | 0.75% | - |
| XYZ | 16.07 | 8.94 | 50.75 | - |
| YUV | 82.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 192 | 0.47 | 0.73 | 0 | 0.25 | 261.28 | 0.58 | 0.48 |
| Hex | 65 | 33 | C0 | 2F | 49 | 0 | 19 | 105 | 3A | 30 |
| Octal | 145 | 63 | 300 | 57 | 111 | 0 | 31 | 405 | 72 | 60 |
| Binary | 1100101 | 110011 | 11000000 | 101111 | 1001001 | 0 | 11001 | 100000101 | 111010 | 110000 |
Color Harmonies of #6533C0
Complementary color
Monochromatic Colors of #6533C0
Black with #6533C0
Text Example
Text Example
White with #6533C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533C0; }
p { color: rgb(101,51,192); }
H1.HeaderClassName
{
color: #6533C0;
}
.AnyTagClassName
{
color: #6533C0;
}
</style>
background-color css
<style>
a { background-color: #6533C0; }
a { background-color: rgb(101,51,192); }
div.DivClassName
{
background-color: #6533C0;
}
.BgClassName
{
background-color: #6533C0;
}
</style>
border-color css
<style>
span { border-color: #6533C0; }
span { border-color: rgb(101,51,192); }
td.TdClassName
{
border-color: #6533C0;
}
.TagClassName
{
border-color: #6533C0;
}
</style>