Shades of Purple Heart #3D1BCE
Tints of Purple Heart #3D1BCE
RGB
CMYK
RGB Variations
Color information
#3D1BCE (or 0x3D1BCE) is known color: Purple Heart. HEX triplet: 3D, 1B and CE. RGB value is (61,27,206). Sum of RGB (Red+Green+Blue) = 61+27+206=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 27 (10.94% from 255 or 9.18% from 294); Blue value is 206 (80.86% from 255 or 70.07% from 294); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D1BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D1BCE is #C2E431. Grayscale: #383838. Windows color (decimal): -12772402 or 13507389. OLE color: 13507389.
HSL color Cylindrical-coordinate representation of color #3D1BCE: hue angle of 251.4º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3D1BCE is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 27 | 206 | - |
| CMYK | 0.70 | 0.87 | 0 | 0.19 |
| HSL | 251.4º | 0.77% | 0.46% | - |
| HSV(B) | 251.4º | 0.87% | 0.81% | - |
| XYZ | 13.46 | 6.23 | 58.89 | - |
| YUV | 57.57 | 211.76 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 27 | 206 | 0.70 | 0.87 | 0 | 0.19 | 251.4 | 0.77 | 0.46 |
| Hex | 3D | 1B | CE | 46 | 57 | 0 | 13 | FB | 4D | 2E |
| Octal | 75 | 33 | 316 | 106 | 127 | 0 | 23 | 373 | 115 | 56 |
| Binary | 111101 | 11011 | 11001110 | 1000110 | 1010111 | 0 | 10011 | 11111011 | 1001101 | 101110 |
Color Harmonies of #3D1BCE
Complementary color
Monochromatic Colors of #3D1BCE
Black with #3D1BCE
Text Example
Text Example
White with #3D1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D1BCE; }
p { color: rgb(61,27,206); }
H1.HeaderClassName
{
color: #3D1BCE;
}
.AnyTagClassName
{
color: #3D1BCE;
}
</style>
background-color css
<style>
a { background-color: #3D1BCE; }
a { background-color: rgb(61,27,206); }
div.DivClassName
{
background-color: #3D1BCE;
}
.BgClassName
{
background-color: #3D1BCE;
}
</style>
border-color css
<style>
span { border-color: #3D1BCE; }
span { border-color: rgb(61,27,206); }
td.TdClassName
{
border-color: #3D1BCE;
}
.TagClassName
{
border-color: #3D1BCE;
}
</style>