Shades of Purple Heart #3B20CE
Tints of Purple Heart #3B20CE
RGB
CMYK
RGB Variations
Color information
#3B20CE (or 0x3B20CE) is known color: Purple Heart. HEX triplet: 3B, 20 and CE. RGB value is (59,32,206). Sum of RGB (Red+Green+Blue) = 59+32+206=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B20CE is #C4DF31. Grayscale: #3B3B3B. Windows color (decimal): -12902194 or 13508667. OLE color: 13508667.
HSL color Cylindrical-coordinate representation of color #3B20CE: hue angle of 249.31º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B20CE is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 32 | 206 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.19 |
| HSL | 249.31º | 0.73% | 0.47% | - |
| HSV(B) | 249.31º | 0.84% | 0.81% | - |
| XYZ | 13.46 | 6.42 | 58.92 | - |
| YUV | 59.91 | 210.45 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 32 | 206 | 0.71 | 0.84 | 0 | 0.19 | 249.31 | 0.73 | 0.47 |
| Hex | 3B | 20 | CE | 47 | 54 | 0 | 13 | F9 | 49 | 2F |
| Octal | 73 | 40 | 316 | 107 | 124 | 0 | 23 | 371 | 111 | 57 |
| Binary | 111011 | 100000 | 11001110 | 1000111 | 1010100 | 0 | 10011 | 11111001 | 1001001 | 101111 |
Color Harmonies of #3B20CE
Complementary color
Monochromatic Colors of #3B20CE
Black with #3B20CE
Text Example
Text Example
White with #3B20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B20CE; }
p { color: rgb(59,32,206); }
H1.HeaderClassName
{
color: #3B20CE;
}
.AnyTagClassName
{
color: #3B20CE;
}
</style>
background-color css
<style>
a { background-color: #3B20CE; }
a { background-color: rgb(59,32,206); }
div.DivClassName
{
background-color: #3B20CE;
}
.BgClassName
{
background-color: #3B20CE;
}
</style>
border-color css
<style>
span { border-color: #3B20CE; }
span { border-color: rgb(59,32,206); }
td.TdClassName
{
border-color: #3B20CE;
}
.TagClassName
{
border-color: #3B20CE;
}
</style>