Shades of Purple Heart #3B1BCD
Tints of Purple Heart #3B1BCD
RGB
CMYK
RGB Variations
Color information
#3B1BCD (or 0x3B1BCD) is known color: Purple Heart. HEX triplet: 3B, 1B and CD. RGB value is (59,27,205). Sum of RGB (Red+Green+Blue) = 59+27+205=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 27 (10.94% from 255 or 9.28% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B1BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1BCD is #C4E432. Grayscale: #383838. Windows color (decimal): -12903475 or 13441851. OLE color: 13441851.
HSL color Cylindrical-coordinate representation of color #3B1BCD: hue angle of 250.79º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B1BCD is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 27 | 205 | - |
| CMYK | 0.71 | 0.87 | 0 | 0.20 |
| HSL | 250.79º | 0.77% | 0.45% | - |
| HSV(B) | 250.79º | 0.87% | 0.8% | - |
| XYZ | 13.22 | 6.12 | 58.24 | - |
| YUV | 56.86 | 211.6 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 27 | 205 | 0.71 | 0.87 | 0 | 0.20 | 250.79 | 0.77 | 0.45 |
| Hex | 3B | 1B | CD | 47 | 57 | 0 | 14 | FB | 4D | 2D |
| Octal | 73 | 33 | 315 | 107 | 127 | 0 | 24 | 373 | 115 | 55 |
| Binary | 111011 | 11011 | 11001101 | 1000111 | 1010111 | 0 | 10100 | 11111011 | 1001101 | 101101 |
Color Harmonies of #3B1BCD
Complementary color
Monochromatic Colors of #3B1BCD
Black with #3B1BCD
Text Example
Text Example
White with #3B1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1BCD; }
p { color: rgb(59,27,205); }
H1.HeaderClassName
{
color: #3B1BCD;
}
.AnyTagClassName
{
color: #3B1BCD;
}
</style>
background-color css
<style>
a { background-color: #3B1BCD; }
a { background-color: rgb(59,27,205); }
div.DivClassName
{
background-color: #3B1BCD;
}
.BgClassName
{
background-color: #3B1BCD;
}
</style>
border-color css
<style>
span { border-color: #3B1BCD; }
span { border-color: rgb(59,27,205); }
td.TdClassName
{
border-color: #3B1BCD;
}
.TagClassName
{
border-color: #3B1BCD;
}
</style>