Shades of Purple Heart #3D01B9
Tints of Purple Heart #3D01B9
RGB
CMYK
RGB Variations
Color information
#3D01B9 (or 0x3D01B9) is known color: Purple Heart. HEX triplet: 3D, 01 and B9. RGB value is (61,1,185). Sum of RGB (Red+Green+Blue) = 61+1+185=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 185 (72.66% from 255 or 74.90% from 247); Max value from RGB is 185 - color contains mainly: blue. Hex color #3D01B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D01B9 is #C2FE46. Grayscale: #272727. Windows color (decimal): -12779079 or 12124477. OLE color: 12124477.
HSL color Cylindrical-coordinate representation of color #3D01B9: hue angle of 259.57º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3D01B9 is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 61 | 1 | 185 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.27 |
| HSL | 259.57º | 0.99% | 0.36% | - |
| HSV(B) | 259.57º | 0.99% | 0.73% | - |
| XYZ | 10.69 | 4.52 | 46.21 | - |
| YUV | 39.92 | 209.88 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 1 | 185 | 0.67 | 0.99 | 0 | 0.27 | 259.57 | 0.99 | 0.36 |
| Hex | 3D | 1 | B9 | 43 | 63 | 0 | 1B | 104 | 63 | 24 |
| Octal | 75 | 1 | 271 | 103 | 143 | 0 | 33 | 404 | 143 | 44 |
| Binary | 111101 | 1 | 10111001 | 1000011 | 1100011 | 0 | 11011 | 100000100 | 1100011 | 100100 |
Color Harmonies of #3D01B9
Complementary color
Monochromatic Colors of #3D01B9
Black with #3D01B9
Text Example
Text Example
White with #3D01B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D01B9; }
p { color: rgb(61,1,185); }
H1.HeaderClassName
{
color: #3D01B9;
}
.AnyTagClassName
{
color: #3D01B9;
}
</style>
background-color css
<style>
a { background-color: #3D01B9; }
a { background-color: rgb(61,1,185); }
div.DivClassName
{
background-color: #3D01B9;
}
.BgClassName
{
background-color: #3D01B9;
}
</style>
border-color css
<style>
span { border-color: #3D01B9; }
span { border-color: rgb(61,1,185); }
td.TdClassName
{
border-color: #3D01B9;
}
.TagClassName
{
border-color: #3D01B9;
}
</style>