Shades of Purple Heart #5B27CF
Tints of Purple Heart #5B27CF
RGB
CMYK
RGB Variations
Color information
#5B27CF (or 0x5B27CF) is known color: Purple Heart. HEX triplet: 5B, 27 and CF. RGB value is (91,39,207). Sum of RGB (Red+Green+Blue) = 91+39+207=337 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.00% from 337); Green value is 39 (15.62% from 255 or 11.57% from 337); Blue value is 207 (81.25% from 255 or 61.42% from 337); Max value from RGB is 207 - color contains mainly: blue. Hex color #5B27CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B27CF is #A4D830. Grayscale: #494949. Windows color (decimal): -10803249 or 13576027. OLE color: 13576027.
HSL color Cylindrical-coordinate representation of color #5B27CF: hue angle of 258.57º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B27CF is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 91 | 39 | 207 | - |
| CMYK | 0.56 | 0.81 | 0 | 0.19 |
| HSL | 258.57º | 0.68% | 0.48% | - |
| HSV(B) | 258.57º | 0.81% | 0.81% | - |
| XYZ | 16.3 | 8.18 | 59.75 | - |
| YUV | 73.7 | 203.23 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 207 | 0.56 | 0.81 | 0 | 0.19 | 258.57 | 0.68 | 0.48 |
| Hex | 5B | 27 | CF | 38 | 51 | 0 | 13 | 103 | 44 | 30 |
| Octal | 133 | 47 | 317 | 70 | 121 | 0 | 23 | 403 | 104 | 60 |
| Binary | 1011011 | 100111 | 11001111 | 111000 | 1010001 | 0 | 10011 | 100000011 | 1000100 | 110000 |
Color Harmonies of #5B27CF
Complementary color
Monochromatic Colors of #5B27CF
Black with #5B27CF
Text Example
Text Example
White with #5B27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B27CF; }
p { color: rgb(91,39,207); }
H1.HeaderClassName
{
color: #5B27CF;
}
.AnyTagClassName
{
color: #5B27CF;
}
</style>
background-color css
<style>
a { background-color: #5B27CF; }
a { background-color: rgb(91,39,207); }
div.DivClassName
{
background-color: #5B27CF;
}
.BgClassName
{
background-color: #5B27CF;
}
</style>
border-color css
<style>
span { border-color: #5B27CF; }
span { border-color: rgb(91,39,207); }
td.TdClassName
{
border-color: #5B27CF;
}
.TagClassName
{
border-color: #5B27CF;
}
</style>