Shades of Purple Heart #6533CA
Tints of Purple Heart #6533CA
RGB
CMYK
RGB Variations
Color information
#6533CA (or 0x6533CA) is known color: Purple Heart. HEX triplet: 65, 33 and CA. RGB value is (101,51,202). Sum of RGB (Red+Green+Blue) = 101+51+202=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 51 (20.31% from 255 or 14.41% from 354); Blue value is 202 (79.30% from 255 or 57.06% from 354); Max value from RGB is 202 - color contains mainly: blue. Hex color #6533CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6533CA is #9ACC35. Grayscale: #525252. Windows color (decimal): -10144822 or 13251429. OLE color: 13251429.
HSL color Cylindrical-coordinate representation of color #6533CA: hue angle of 259.87º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6533CA is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 51 | 202 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.21 |
| HSL | 259.87º | 0.6% | 0.5% | - |
| HSV(B) | 259.87º | 0.75% | 0.79% | - |
| XYZ | 17.21 | 9.4 | 56.78 | - |
| YUV | 83.16 | 195.07 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 202 | 0.50 | 0.75 | 0 | 0.21 | 259.87 | 0.6 | 0.5 |
| Hex | 65 | 33 | CA | 32 | 4B | 0 | 15 | 104 | 3C | 32 |
| Octal | 145 | 63 | 312 | 62 | 113 | 0 | 25 | 404 | 74 | 62 |
| Binary | 1100101 | 110011 | 11001010 | 110010 | 1001011 | 0 | 10101 | 100000100 | 111100 | 110010 |
Color Harmonies of #6533CA
Complementary color
Monochromatic Colors of #6533CA
Black with #6533CA
Text Example
Text Example
White with #6533CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6533CA; }
p { color: rgb(101,51,202); }
H1.HeaderClassName
{
color: #6533CA;
}
.AnyTagClassName
{
color: #6533CA;
}
</style>
background-color css
<style>
a { background-color: #6533CA; }
a { background-color: rgb(101,51,202); }
div.DivClassName
{
background-color: #6533CA;
}
.BgClassName
{
background-color: #6533CA;
}
</style>
border-color css
<style>
span { border-color: #6533CA; }
span { border-color: rgb(101,51,202); }
td.TdClassName
{
border-color: #6533CA;
}
.TagClassName
{
border-color: #6533CA;
}
</style>