Shades of Purple Heart #3D0FBF
Tints of Purple Heart #3D0FBF
RGB
CMYK
RGB Variations
Color information
#3D0FBF (or 0x3D0FBF) is known color: Purple Heart. HEX triplet: 3D, 0F and BF. RGB value is (61,15,191). Sum of RGB (Red+Green+Blue) = 61+15+191=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 191 (75% from 255 or 71.54% from 267); Max value from RGB is 191 - color contains mainly: blue. Hex color #3D0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D0FBF is #C2F040. Grayscale: #303030. Windows color (decimal): -12775489 or 12521277. OLE color: 12521277.
HSL color Cylindrical-coordinate representation of color #3D0FBF: hue angle of 255.68º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3D0FBF is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 15 | 191 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.25 |
| HSL | 255.68º | 0.85% | 0.4% | - |
| HSV(B) | 255.68º | 0.92% | 0.75% | - |
| XYZ | 11.5 | 5.1 | 49.67 | - |
| YUV | 48.82 | 208.24 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 15 | 191 | 0.68 | 0.92 | 0 | 0.25 | 255.68 | 0.85 | 0.4 |
| Hex | 3D | F | BF | 44 | 5C | 0 | 19 | 100 | 55 | 28 |
| Octal | 75 | 17 | 277 | 104 | 134 | 0 | 31 | 400 | 125 | 50 |
| Binary | 111101 | 1111 | 10111111 | 1000100 | 1011100 | 0 | 11001 | 100000000 | 1010101 | 101000 |
Color Harmonies of #3D0FBF
Complementary color
Monochromatic Colors of #3D0FBF
Black with #3D0FBF
Text Example
Text Example
White with #3D0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0FBF; }
p { color: rgb(61,15,191); }
H1.HeaderClassName
{
color: #3D0FBF;
}
.AnyTagClassName
{
color: #3D0FBF;
}
</style>
background-color css
<style>
a { background-color: #3D0FBF; }
a { background-color: rgb(61,15,191); }
div.DivClassName
{
background-color: #3D0FBF;
}
.BgClassName
{
background-color: #3D0FBF;
}
</style>
border-color css
<style>
span { border-color: #3D0FBF; }
span { border-color: rgb(61,15,191); }
td.TdClassName
{
border-color: #3D0FBF;
}
.TagClassName
{
border-color: #3D0FBF;
}
</style>