Shades of Purple Heart #532CCF
Tints of Purple Heart #532CCF
RGB
CMYK
RGB Variations
Color information
#532CCF (or 0x532CCF) is known color: Purple Heart. HEX triplet: 53, 2C and CF. RGB value is (83,44,207). Sum of RGB (Red+Green+Blue) = 83+44+207=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 207 (81.25% from 255 or 61.98% from 334); Max value from RGB is 207 - color contains mainly: blue. Hex color #532CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CCF is #ACD330. Grayscale: #494949. Windows color (decimal): -11326257 or 13577299. OLE color: 13577299.
HSL color Cylindrical-coordinate representation of color #532CCF: hue angle of 254.36º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532CCF is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 44 | 207 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.19 |
| HSL | 254.36º | 0.65% | 0.49% | - |
| HSV(B) | 254.36º | 0.79% | 0.81% | - |
| XYZ | 15.73 | 8.15 | 59.77 | - |
| YUV | 74.24 | 202.92 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 207 | 0.60 | 0.79 | 0 | 0.19 | 254.36 | 0.65 | 0.49 |
| Hex | 53 | 2C | CF | 3C | 4F | 0 | 13 | FE | 41 | 31 |
| Octal | 123 | 54 | 317 | 74 | 117 | 0 | 23 | 376 | 101 | 61 |
| Binary | 1010011 | 101100 | 11001111 | 111100 | 1001111 | 0 | 10011 | 11111110 | 1000001 | 110001 |
Color Harmonies of #532CCF
Complementary color
Monochromatic Colors of #532CCF
Black with #532CCF
Text Example
Text Example
White with #532CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CCF; }
p { color: rgb(83,44,207); }
H1.HeaderClassName
{
color: #532CCF;
}
.AnyTagClassName
{
color: #532CCF;
}
</style>
background-color css
<style>
a { background-color: #532CCF; }
a { background-color: rgb(83,44,207); }
div.DivClassName
{
background-color: #532CCF;
}
.BgClassName
{
background-color: #532CCF;
}
</style>
border-color css
<style>
span { border-color: #532CCF; }
span { border-color: rgb(83,44,207); }
td.TdClassName
{
border-color: #532CCF;
}
.TagClassName
{
border-color: #532CCF;
}
</style>