Shades of Purple Heart #3D0BB2
Tints of Purple Heart #3D0BB2
RGB
CMYK
RGB Variations
Color information
#3D0BB2 (or 0x3D0BB2) is known color: Purple Heart. HEX triplet: 3D, 0B and B2. RGB value is (61,11,178). Sum of RGB (Red+Green+Blue) = 61+11+178=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 178 (69.92% from 255 or 71.2% from 250); Max value from RGB is 178 - color contains mainly: blue. Hex color #3D0BB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3D0BB2 is #C2F44D. Grayscale: #2C2C2C. Windows color (decimal): -12776526 or 11668285. OLE color: 11668285.
HSL color Cylindrical-coordinate representation of color #3D0BB2: hue angle of 257.96º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3D0BB2 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 11 | 178 | - |
| CMYK | 0.66 | 0.94 | 0 | 0.30 |
| HSL | 257.96º | 0.88% | 0.37% | - |
| HSV(B) | 257.96º | 0.94% | 0.7% | - |
| XYZ | 10.08 | 4.45 | 42.45 | - |
| YUV | 44.99 | 203.07 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 11 | 178 | 0.66 | 0.94 | 0 | 0.30 | 257.96 | 0.88 | 0.37 |
| Hex | 3D | B | B2 | 42 | 5E | 0 | 1E | 102 | 58 | 25 |
| Octal | 75 | 13 | 262 | 102 | 136 | 0 | 36 | 402 | 130 | 45 |
| Binary | 111101 | 1011 | 10110010 | 1000010 | 1011110 | 0 | 11110 | 100000010 | 1011000 | 100101 |
Color Harmonies of #3D0BB2
Complementary color
Monochromatic Colors of #3D0BB2
Black with #3D0BB2
Text Example
Text Example
White with #3D0BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0BB2; }
p { color: rgb(61,11,178); }
H1.HeaderClassName
{
color: #3D0BB2;
}
.AnyTagClassName
{
color: #3D0BB2;
}
</style>
background-color css
<style>
a { background-color: #3D0BB2; }
a { background-color: rgb(61,11,178); }
div.DivClassName
{
background-color: #3D0BB2;
}
.BgClassName
{
background-color: #3D0BB2;
}
</style>
border-color css
<style>
span { border-color: #3D0BB2; }
span { border-color: rgb(61,11,178); }
td.TdClassName
{
border-color: #3D0BB2;
}
.TagClassName
{
border-color: #3D0BB2;
}
</style>