Shades of Purple Heart #5B06CC
Tints of Purple Heart #5B06CC
RGB
CMYK
RGB Variations
Color information
#5B06CC (or 0x5B06CC) is known color: Purple Heart. HEX triplet: 5B, 06 and CC. RGB value is (91,6,204). Sum of RGB (Red+Green+Blue) = 91+6+204=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B06CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B06CC is #A4F933. Grayscale: #353535. Windows color (decimal): -10811700 or 13370971. OLE color: 13370971.
HSL color Cylindrical-coordinate representation of color #5B06CC: hue angle of 265.76º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B06CC is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 6 | 204 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.2 |
| HSL | 265.76º | 0.94% | 0.41% | - |
| HSV(B) | 265.76º | 0.97% | 0.8% | - |
| XYZ | 15.28 | 6.71 | 57.62 | - |
| YUV | 53.99 | 212.66 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 204 | 0.55 | 0.97 | 0 | 0.2 | 265.76 | 0.94 | 0.41 |
| Hex | 5B | 6 | CC | 37 | 61 | 0 | 14 | 10A | 5E | 29 |
| Octal | 133 | 6 | 314 | 67 | 141 | 0 | 24 | 412 | 136 | 51 |
| Binary | 1011011 | 110 | 11001100 | 110111 | 1100001 | 0 | 10100 | 100001010 | 1011110 | 101001 |
Color Harmonies of #5B06CC
Complementary color
Monochromatic Colors of #5B06CC
Black with #5B06CC
Text Example
Text Example
White with #5B06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B06CC; }
p { color: rgb(91,6,204); }
H1.HeaderClassName
{
color: #5B06CC;
}
.AnyTagClassName
{
color: #5B06CC;
}
</style>
background-color css
<style>
a { background-color: #5B06CC; }
a { background-color: rgb(91,6,204); }
div.DivClassName
{
background-color: #5B06CC;
}
.BgClassName
{
background-color: #5B06CC;
}
</style>
border-color css
<style>
span { border-color: #5B06CC; }
span { border-color: rgb(91,6,204); }
td.TdClassName
{
border-color: #5B06CC;
}
.TagClassName
{
border-color: #5B06CC;
}
</style>