Shades of Purple Heart #5B03CC
Tints of Purple Heart #5B03CC
RGB
CMYK
RGB Variations
Color information
#5B03CC (or 0x5B03CC) is known color: Purple Heart. HEX triplet: 5B, 03 and CC. RGB value is (91,3,204). Sum of RGB (Red+Green+Blue) = 91+3+204=298 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.54% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B03CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B03CC is #A4FC33. Grayscale: #333333. Windows color (decimal): -10812468 or 13370203. OLE color: 13370203.
HSL color Cylindrical-coordinate representation of color #5B03CC: hue angle of 266.27º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B03CC is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 91 | 3 | 204 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.2 |
| HSL | 266.27º | 0.97% | 0.41% | - |
| HSV(B) | 266.27º | 0.99% | 0.8% | - |
| XYZ | 15.25 | 6.65 | 57.61 | - |
| YUV | 52.23 | 213.65 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 204 | 0.55 | 0.99 | 0 | 0.2 | 266.27 | 0.97 | 0.41 |
| Hex | 5B | 3 | CC | 37 | 63 | 0 | 14 | 10A | 61 | 29 |
| Octal | 133 | 3 | 314 | 67 | 143 | 0 | 24 | 412 | 141 | 51 |
| Binary | 1011011 | 11 | 11001100 | 110111 | 1100011 | 0 | 10100 | 100001010 | 1100001 | 101001 |
Color Harmonies of #5B03CC
Complementary color
Monochromatic Colors of #5B03CC
Black with #5B03CC
Text Example
Text Example
White with #5B03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B03CC; }
p { color: rgb(91,3,204); }
H1.HeaderClassName
{
color: #5B03CC;
}
.AnyTagClassName
{
color: #5B03CC;
}
</style>
background-color css
<style>
a { background-color: #5B03CC; }
a { background-color: rgb(91,3,204); }
div.DivClassName
{
background-color: #5B03CC;
}
.BgClassName
{
background-color: #5B03CC;
}
</style>
border-color css
<style>
span { border-color: #5B03CC; }
span { border-color: rgb(91,3,204); }
td.TdClassName
{
border-color: #5B03CC;
}
.TagClassName
{
border-color: #5B03CC;
}
</style>