Shades of Purple Heart #3B1CCC
Tints of Purple Heart #3B1CCC
RGB
CMYK
RGB Variations
Color information
#3B1CCC (or 0x3B1CCC) is known color: Purple Heart. HEX triplet: 3B, 1C and CC. RGB value is (59,28,204). Sum of RGB (Red+Green+Blue) = 59+28+204=291 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.27% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #3B1CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B1CCC is #C4E333. Grayscale: #383838. Windows color (decimal): -12903220 or 13376571. OLE color: 13376571.
HSL color Cylindrical-coordinate representation of color #3B1CCC: hue angle of 250.57º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B1CCC is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 28 | 204 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.2 |
| HSL | 250.57º | 0.76% | 0.45% | - |
| HSV(B) | 250.57º | 0.86% | 0.8% | - |
| XYZ | 13.12 | 6.12 | 57.62 | - |
| YUV | 57.33 | 210.77 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 28 | 204 | 0.71 | 0.86 | 0 | 0.2 | 250.57 | 0.76 | 0.45 |
| Hex | 3B | 1C | CC | 47 | 56 | 0 | 14 | FB | 4C | 2D |
| Octal | 73 | 34 | 314 | 107 | 126 | 0 | 24 | 373 | 114 | 55 |
| Binary | 111011 | 11100 | 11001100 | 1000111 | 1010110 | 0 | 10100 | 11111011 | 1001100 | 101101 |
Color Harmonies of #3B1CCC
Complementary color
Monochromatic Colors of #3B1CCC
Black with #3B1CCC
Text Example
Text Example
White with #3B1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1CCC; }
p { color: rgb(59,28,204); }
H1.HeaderClassName
{
color: #3B1CCC;
}
.AnyTagClassName
{
color: #3B1CCC;
}
</style>
background-color css
<style>
a { background-color: #3B1CCC; }
a { background-color: rgb(59,28,204); }
div.DivClassName
{
background-color: #3B1CCC;
}
.BgClassName
{
background-color: #3B1CCC;
}
</style>
border-color css
<style>
span { border-color: #3B1CCC; }
span { border-color: rgb(59,28,204); }
td.TdClassName
{
border-color: #3B1CCC;
}
.TagClassName
{
border-color: #3B1CCC;
}
</style>