Shades of Purple Heart #5325CC
Tints of Purple Heart #5325CC
RGB
CMYK
RGB Variations
Color information
#5325CC (or 0x5325CC) is known color: Purple Heart. HEX triplet: 53, 25 and CC. RGB value is (83,37,204). Sum of RGB (Red+Green+Blue) = 83+37+204=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #5325CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5325CC is #ACDA33. Grayscale: #454545. Windows color (decimal): -11328052 or 13378899. OLE color: 13378899.
HSL color Cylindrical-coordinate representation of color #5325CC: hue angle of 256.53º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5325CC is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 37 | 204 | - |
| CMYK | 0.59 | 0.82 | 0 | 0.2 |
| HSL | 256.53º | 0.69% | 0.47% | - |
| HSV(B) | 256.53º | 0.82% | 0.8% | - |
| XYZ | 15.13 | 7.52 | 57.78 | - |
| YUV | 69.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 204 | 0.59 | 0.82 | 0 | 0.2 | 256.53 | 0.69 | 0.47 |
| Hex | 53 | 25 | CC | 3B | 52 | 0 | 14 | 101 | 45 | 2F |
| Octal | 123 | 45 | 314 | 73 | 122 | 0 | 24 | 401 | 105 | 57 |
| Binary | 1010011 | 100101 | 11001100 | 111011 | 1010010 | 0 | 10100 | 100000001 | 1000101 | 101111 |
Color Harmonies of #5325CC
Complementary color
Monochromatic Colors of #5325CC
Black with #5325CC
Text Example
Text Example
White with #5325CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5325CC; }
p { color: rgb(83,37,204); }
H1.HeaderClassName
{
color: #5325CC;
}
.AnyTagClassName
{
color: #5325CC;
}
</style>
background-color css
<style>
a { background-color: #5325CC; }
a { background-color: rgb(83,37,204); }
div.DivClassName
{
background-color: #5325CC;
}
.BgClassName
{
background-color: #5325CC;
}
</style>
border-color css
<style>
span { border-color: #5325CC; }
span { border-color: rgb(83,37,204); }
td.TdClassName
{
border-color: #5325CC;
}
.TagClassName
{
border-color: #5325CC;
}
</style>