Shades of Purple Heart #3E00BD
Tints of Purple Heart #3E00BD
RGB
CMYK
RGB Variations
Color information
#3E00BD (or 0x3E00BD) is known color: Purple Heart. HEX triplet: 3E, 00 and BD. RGB value is (62,0,189). Sum of RGB (Red+Green+Blue) = 62+0+189=251 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.70% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00BD is #C1FF42. Grayscale: #272727. Windows color (decimal): -12713795 or 12386366. OLE color: 12386366.
HSL color Cylindrical-coordinate representation of color #3E00BD: hue angle of 259.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00BD is Cyan = 0.67, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 0 | 189 | - |
| CMYK | 0.67 | 1 | 0 | 0.26 |
| HSL | 259.68º | 1% | 0.37% | - |
| HSV(B) | 259.68º | 1% | 0.74% | - |
| XYZ | 11.17 | 4.7 | 48.46 | - |
| YUV | 40.08 | 212.04 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 189 | 0.67 | 1 | 0 | 0.26 | 259.68 | 1 | 0.37 |
| Hex | 3E | 0 | BD | 43 | 64 | 0 | 1A | 104 | 64 | 25 |
| Octal | 76 | 0 | 275 | 103 | 144 | 0 | 32 | 404 | 144 | 45 |
| Binary | 111110 | 0 | 10111101 | 1000011 | 1100100 | 0 | 11010 | 100000100 | 1100100 | 100101 |
Color Harmonies of #3E00BD
Complementary color
Monochromatic Colors of #3E00BD
Black with #3E00BD
Text Example
Text Example
White with #3E00BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E00BD; }
p { color: rgb(62,0,189); }
H1.HeaderClassName
{
color: #3E00BD;
}
.AnyTagClassName
{
color: #3E00BD;
}
</style>
background-color css
<style>
a { background-color: #3E00BD; }
a { background-color: rgb(62,0,189); }
div.DivClassName
{
background-color: #3E00BD;
}
.BgClassName
{
background-color: #3E00BD;
}
</style>
border-color css
<style>
span { border-color: #3E00BD; }
span { border-color: rgb(62,0,189); }
td.TdClassName
{
border-color: #3E00BD;
}
.TagClassName
{
border-color: #3E00BD;
}
</style>