Shades of Purple Heart #5B30CC
Tints of Purple Heart #5B30CC
RGB
CMYK
RGB Variations
Color information
#5B30CC (or 0x5B30CC) is known color: Purple Heart. HEX triplet: 5B, 30 and CC. RGB value is (91,48,204). Sum of RGB (Red+Green+Blue) = 91+48+204=343 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.53% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 204 (80.08% from 255 or 59.48% from 343); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B30CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B30CC is #A4CF33. Grayscale: #4E4E4E. Windows color (decimal): -10800948 or 13381723. OLE color: 13381723.
HSL color Cylindrical-coordinate representation of color #5B30CC: hue angle of 256.54º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B30CC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 48 | 204 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.2 |
| HSL | 256.54º | 0.62% | 0.49% | - |
| HSV(B) | 256.54º | 0.76% | 0.8% | - |
| XYZ | 16.27 | 8.7 | 57.95 | - |
| YUV | 78.64 | 198.75 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 204 | 0.55 | 0.76 | 0 | 0.2 | 256.54 | 0.62 | 0.49 |
| Hex | 5B | 30 | CC | 37 | 4C | 0 | 14 | 101 | 3E | 31 |
| Octal | 133 | 60 | 314 | 67 | 114 | 0 | 24 | 401 | 76 | 61 |
| Binary | 1011011 | 110000 | 11001100 | 110111 | 1001100 | 0 | 10100 | 100000001 | 111110 | 110001 |
Color Harmonies of #5B30CC
Complementary color
Monochromatic Colors of #5B30CC
Black with #5B30CC
Text Example
Text Example
White with #5B30CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B30CC; }
p { color: rgb(91,48,204); }
H1.HeaderClassName
{
color: #5B30CC;
}
.AnyTagClassName
{
color: #5B30CC;
}
</style>
background-color css
<style>
a { background-color: #5B30CC; }
a { background-color: rgb(91,48,204); }
div.DivClassName
{
background-color: #5B30CC;
}
.BgClassName
{
background-color: #5B30CC;
}
</style>
border-color css
<style>
span { border-color: #5B30CC; }
span { border-color: rgb(91,48,204); }
td.TdClassName
{
border-color: #5B30CC;
}
.TagClassName
{
border-color: #5B30CC;
}
</style>