Shades of Purple Heart #533DBF
Tints of Purple Heart #533DBF
RGB
CMYK
RGB Variations
Color information
#533DBF (or 0x533DBF) is known color: Purple Heart. HEX triplet: 53, 3D and BF. RGB value is (83,61,191). Sum of RGB (Red+Green+Blue) = 83+61+191=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #533DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #533DBF is #ACC240. Grayscale: #515151. Windows color (decimal): -11321921 or 12533075. OLE color: 12533075.
HSL color Cylindrical-coordinate representation of color #533DBF: hue angle of 250.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533DBF is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 61 | 191 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.25 |
| HSL | 250.15º | 0.52% | 0.49% | - |
| HSV(B) | 250.15º | 0.68% | 0.75% | - |
| XYZ | 14.64 | 8.94 | 50.24 | - |
| YUV | 82.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 61 | 191 | 0.57 | 0.68 | 0 | 0.25 | 250.15 | 0.52 | 0.49 |
| Hex | 53 | 3D | BF | 39 | 44 | 0 | 19 | FA | 34 | 31 |
| Octal | 123 | 75 | 277 | 71 | 104 | 0 | 31 | 372 | 64 | 61 |
| Binary | 1010011 | 111101 | 10111111 | 111001 | 1000100 | 0 | 11001 | 11111010 | 110100 | 110001 |
Color Harmonies of #533DBF
Complementary color
Monochromatic Colors of #533DBF
Black with #533DBF
Text Example
Text Example
White with #533DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533DBF; }
p { color: rgb(83,61,191); }
H1.HeaderClassName
{
color: #533DBF;
}
.AnyTagClassName
{
color: #533DBF;
}
</style>
background-color css
<style>
a { background-color: #533DBF; }
a { background-color: rgb(83,61,191); }
div.DivClassName
{
background-color: #533DBF;
}
.BgClassName
{
background-color: #533DBF;
}
</style>
border-color css
<style>
span { border-color: #533DBF; }
span { border-color: rgb(83,61,191); }
td.TdClassName
{
border-color: #533DBF;
}
.TagClassName
{
border-color: #533DBF;
}
</style>