Shades of Purple Heart #5B30CF
Tints of Purple Heart #5B30CF
RGB
CMYK
RGB Variations
Color information
#5B30CF (or 0x5B30CF) is known color: Purple Heart. HEX triplet: 5B, 30 and CF. RGB value is (91,48,207). Sum of RGB (Red+Green+Blue) = 91+48+207=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B30CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B30CF is #A4CF30. Grayscale: #4E4E4E. Windows color (decimal): -10800945 or 13578331. OLE color: 13578331.
HSL color Cylindrical-coordinate representation of color #5B30CF: hue angle of 256.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B30CF is Cyan = 0.56, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 48 | 207 | - |
| CMYK | 0.56 | 0.77 | 0 | 0.19 |
| HSL | 256.23º | 0.62% | 0.5% | - |
| HSV(B) | 256.23º | 0.77% | 0.81% | - |
| XYZ | 16.63 | 8.84 | 59.86 | - |
| YUV | 78.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 207 | 0.56 | 0.77 | 0 | 0.19 | 256.23 | 0.62 | 0.5 |
| Hex | 5B | 30 | CF | 38 | 4D | 0 | 13 | 100 | 3E | 32 |
| Octal | 133 | 60 | 317 | 70 | 115 | 0 | 23 | 400 | 76 | 62 |
| Binary | 1011011 | 110000 | 11001111 | 111000 | 1001101 | 0 | 10011 | 100000000 | 111110 | 110010 |
Color Harmonies of #5B30CF
Complementary color
Monochromatic Colors of #5B30CF
Black with #5B30CF
Text Example
Text Example
White with #5B30CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B30CF; }
p { color: rgb(91,48,207); }
H1.HeaderClassName
{
color: #5B30CF;
}
.AnyTagClassName
{
color: #5B30CF;
}
</style>
background-color css
<style>
a { background-color: #5B30CF; }
a { background-color: rgb(91,48,207); }
div.DivClassName
{
background-color: #5B30CF;
}
.BgClassName
{
background-color: #5B30CF;
}
</style>
border-color css
<style>
span { border-color: #5B30CF; }
span { border-color: rgb(91,48,207); }
td.TdClassName
{
border-color: #5B30CF;
}
.TagClassName
{
border-color: #5B30CF;
}
</style>