Shades of Purple Heart #5326CE
Tints of Purple Heart #5326CE
RGB
CMYK
RGB Variations
Color information
#5326CE (or 0x5326CE) is known color: Purple Heart. HEX triplet: 53, 26 and CE. RGB value is (83,38,206). Sum of RGB (Red+Green+Blue) = 83+38+206=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #5326CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5326CE is #ACD931. Grayscale: #454545. Windows color (decimal): -11327794 or 13510227. OLE color: 13510227.
HSL color Cylindrical-coordinate representation of color #5326CE: hue angle of 256.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5326CE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 38 | 206 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.19 |
| HSL | 256.07º | 0.69% | 0.48% | - |
| HSV(B) | 256.07º | 0.82% | 0.81% | - |
| XYZ | 15.4 | 7.68 | 59.06 | - |
| YUV | 70.61 | 204.41 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 38 | 206 | 0.60 | 0.82 | 0 | 0.19 | 256.07 | 0.69 | 0.48 |
| Hex | 53 | 26 | CE | 3C | 52 | 0 | 13 | 100 | 45 | 30 |
| Octal | 123 | 46 | 316 | 74 | 122 | 0 | 23 | 400 | 105 | 60 |
| Binary | 1010011 | 100110 | 11001110 | 111100 | 1010010 | 0 | 10011 | 100000000 | 1000101 | 110000 |
Color Harmonies of #5326CE
Complementary color
Monochromatic Colors of #5326CE
Black with #5326CE
Text Example
Text Example
White with #5326CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5326CE; }
p { color: rgb(83,38,206); }
H1.HeaderClassName
{
color: #5326CE;
}
.AnyTagClassName
{
color: #5326CE;
}
</style>
background-color css
<style>
a { background-color: #5326CE; }
a { background-color: rgb(83,38,206); }
div.DivClassName
{
background-color: #5326CE;
}
.BgClassName
{
background-color: #5326CE;
}
</style>
border-color css
<style>
span { border-color: #5326CE; }
span { border-color: rgb(83,38,206); }
td.TdClassName
{
border-color: #5326CE;
}
.TagClassName
{
border-color: #5326CE;
}
</style>