Shades of Purple Heart #6533DC
Tints of Purple Heart #6533DC
RGB
CMYK
RGB Variations
Color information
#6533DC (or 0x6533DC) is known color: Purple Heart. HEX triplet: 65, 33 and DC. RGB value is (101,51,220). Sum of RGB (Red+Green+Blue) = 101+51+220=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #6533DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533DC is #9ACC23. Grayscale: #545454. Windows color (decimal): -10144804 or 14431077. OLE color: 14431077.
HSL color Cylindrical-coordinate representation of color #6533DC: hue angle of 257.75º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6533DC is Cyan = 0.54, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 51 | 220 | - |
| CMYK | 0.54 | 0.77 | 0 | 0.14 |
| HSL | 257.75º | 0.71% | 0.53% | - |
| HSV(B) | 257.75º | 0.77% | 0.86% | - |
| XYZ | 19.47 | 10.3 | 68.67 | - |
| YUV | 85.22 | 204.07 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 220 | 0.54 | 0.77 | 0 | 0.14 | 257.75 | 0.71 | 0.53 |
| Hex | 65 | 33 | DC | 36 | 4D | 0 | E | 102 | 47 | 35 |
| Octal | 145 | 63 | 334 | 66 | 115 | 0 | 16 | 402 | 107 | 65 |
| Binary | 1100101 | 110011 | 11011100 | 110110 | 1001101 | 0 | 1110 | 100000010 | 1000111 | 110101 |
Color Harmonies of #6533DC
Complementary color
Monochromatic Colors of #6533DC
Black with #6533DC
Text Example
Text Example
White with #6533DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533DC; }
p { color: rgb(101,51,220); }
H1.HeaderClassName
{
color: #6533DC;
}
.AnyTagClassName
{
color: #6533DC;
}
</style>
background-color css
<style>
a { background-color: #6533DC; }
a { background-color: rgb(101,51,220); }
div.DivClassName
{
background-color: #6533DC;
}
.BgClassName
{
background-color: #6533DC;
}
</style>
border-color css
<style>
span { border-color: #6533DC; }
span { border-color: rgb(101,51,220); }
td.TdClassName
{
border-color: #6533DC;
}
.TagClassName
{
border-color: #6533DC;
}
</style>