Shades of Purple Heart #5C01BB
Tints of Purple Heart #5C01BB
RGB
CMYK
RGB Variations
Color information
#5C01BB (or 0x5C01BB) is known color: Purple Heart. HEX triplet: 5C, 01 and BB. RGB value is (92,1,187). Sum of RGB (Red+Green+Blue) = 92+1+187=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #5C01BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C01BB is #A3FE44. Grayscale: #303030. Windows color (decimal): -10747461 or 12255580. OLE color: 12255580.
HSL color Cylindrical-coordinate representation of color #5C01BB: hue angle of 269.35º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C01BB is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 1 | 187 | - |
| CMYK | 0.51 | 0.99 | 0 | 0.27 |
| HSL | 269.35º | 0.99% | 0.37% | - |
| HSV(B) | 269.35º | 0.99% | 0.73% | - |
| XYZ | 13.39 | 5.88 | 47.44 | - |
| YUV | 49.41 | 205.65 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 187 | 0.51 | 0.99 | 0 | 0.27 | 269.35 | 0.99 | 0.37 |
| Hex | 5C | 1 | BB | 33 | 63 | 0 | 1B | 10D | 63 | 25 |
| Octal | 134 | 1 | 273 | 63 | 143 | 0 | 33 | 415 | 143 | 45 |
| Binary | 1011100 | 1 | 10111011 | 110011 | 1100011 | 0 | 11011 | 100001101 | 1100011 | 100101 |
Color Harmonies of #5C01BB
Complementary color
Monochromatic Colors of #5C01BB
Black with #5C01BB
Text Example
Text Example
White with #5C01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C01BB; }
p { color: rgb(92,1,187); }
H1.HeaderClassName
{
color: #5C01BB;
}
.AnyTagClassName
{
color: #5C01BB;
}
</style>
background-color css
<style>
a { background-color: #5C01BB; }
a { background-color: rgb(92,1,187); }
div.DivClassName
{
background-color: #5C01BB;
}
.BgClassName
{
background-color: #5C01BB;
}
</style>
border-color css
<style>
span { border-color: #5C01BB; }
span { border-color: rgb(92,1,187); }
td.TdClassName
{
border-color: #5C01BB;
}
.TagClassName
{
border-color: #5C01BB;
}
</style>