Shades of Purple Heart #3D0AB6
Tints of Purple Heart #3D0AB6
RGB
CMYK
RGB Variations
Color information
#3D0AB6 (or 0x3D0AB6) is known color: Purple Heart. HEX triplet: 3D, 0A and B6. RGB value is (61,10,182). Sum of RGB (Red+Green+Blue) = 61+10+182=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 182 (71.48% from 255 or 71.94% from 253); Max value from RGB is 182 - color contains mainly: blue. Hex color #3D0AB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0AB6 is #C2F549. Grayscale: #2C2C2C. Windows color (decimal): -12776778 or 11930173. OLE color: 11930173.
HSL color Cylindrical-coordinate representation of color #3D0AB6: hue angle of 257.79º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3D0AB6 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 10 | 182 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.29 |
| HSL | 257.79º | 0.9% | 0.38% | - |
| HSV(B) | 257.79º | 0.95% | 0.71% | - |
| XYZ | 10.48 | 4.59 | 44.59 | - |
| YUV | 44.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 10 | 182 | 0.66 | 0.95 | 0 | 0.29 | 257.79 | 0.9 | 0.38 |
| Hex | 3D | A | B6 | 42 | 5F | 0 | 1D | 102 | 5A | 26 |
| Octal | 75 | 12 | 266 | 102 | 137 | 0 | 35 | 402 | 132 | 46 |
| Binary | 111101 | 1010 | 10110110 | 1000010 | 1011111 | 0 | 11101 | 100000010 | 1011010 | 100110 |
Color Harmonies of #3D0AB6
Complementary color
Monochromatic Colors of #3D0AB6
Black with #3D0AB6
Text Example
Text Example
White with #3D0AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0AB6; }
p { color: rgb(61,10,182); }
H1.HeaderClassName
{
color: #3D0AB6;
}
.AnyTagClassName
{
color: #3D0AB6;
}
</style>
background-color css
<style>
a { background-color: #3D0AB6; }
a { background-color: rgb(61,10,182); }
div.DivClassName
{
background-color: #3D0AB6;
}
.BgClassName
{
background-color: #3D0AB6;
}
</style>
border-color css
<style>
span { border-color: #3D0AB6; }
span { border-color: rgb(61,10,182); }
td.TdClassName
{
border-color: #3D0AB6;
}
.TagClassName
{
border-color: #3D0AB6;
}
</style>