Shades of Purple Heart #5B3DD2
Tints of Purple Heart #5B3DD2
RGB
CMYK
RGB Variations
Color information
#5B3DD2 (or 0x5B3DD2) is known color: Purple Heart. HEX triplet: 5B, 3D and D2. RGB value is (91,61,210). Sum of RGB (Red+Green+Blue) = 91+61+210=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 210 (82.42% from 255 or 58.01% from 362); Max value from RGB is 210 - color contains mainly: blue. Hex color #5B3DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B3DD2 is #A4C22D. Grayscale: #565656. Windows color (decimal): -10797614 or 13778267. OLE color: 13778267.
HSL color Cylindrical-coordinate representation of color #5B3DD2: hue angle of 252.08º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B3DD2 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 61 | 210 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.18 |
| HSL | 252.08º | 0.62% | 0.53% | - |
| HSV(B) | 252.08º | 0.71% | 0.82% | - |
| XYZ | 17.62 | 10.21 | 62.02 | - |
| YUV | 86.96 | 197.44 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 61 | 210 | 0.57 | 0.71 | 0 | 0.18 | 252.08 | 0.62 | 0.53 |
| Hex | 5B | 3D | D2 | 39 | 47 | 0 | 12 | FC | 3E | 35 |
| Octal | 133 | 75 | 322 | 71 | 107 | 0 | 22 | 374 | 76 | 65 |
| Binary | 1011011 | 111101 | 11010010 | 111001 | 1000111 | 0 | 10010 | 11111100 | 111110 | 110101 |
Color Harmonies of #5B3DD2
Complementary color
Monochromatic Colors of #5B3DD2
Black with #5B3DD2
Text Example
Text Example
White with #5B3DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3DD2; }
p { color: rgb(91,61,210); }
H1.HeaderClassName
{
color: #5B3DD2;
}
.AnyTagClassName
{
color: #5B3DD2;
}
</style>
background-color css
<style>
a { background-color: #5B3DD2; }
a { background-color: rgb(91,61,210); }
div.DivClassName
{
background-color: #5B3DD2;
}
.BgClassName
{
background-color: #5B3DD2;
}
</style>
border-color css
<style>
span { border-color: #5B3DD2; }
span { border-color: rgb(91,61,210); }
td.TdClassName
{
border-color: #5B3DD2;
}
.TagClassName
{
border-color: #5B3DD2;
}
</style>