Shades of Purple Heart #3E03BD
Tints of Purple Heart #3E03BD
RGB
CMYK
RGB Variations
Color information
#3E03BD (or 0x3E03BD) is known color: Purple Heart. HEX triplet: 3E, 03 and BD. RGB value is (62,3,189). Sum of RGB (Red+Green+Blue) = 62+3+189=254 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.41% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 189 (74.22% from 255 or 74.41% from 254); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E03BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E03BD is #C1FC42. Grayscale: #292929. Windows color (decimal): -12713027 or 12387134. OLE color: 12387134.
HSL color Cylindrical-coordinate representation of color #3E03BD: hue angle of 259.03º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E03BD is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 62 | 3 | 189 | - |
| CMYK | 0.67 | 0.98 | 0 | 0.26 |
| HSL | 259.03º | 0.97% | 0.38% | - |
| HSV(B) | 259.03º | 0.98% | 0.74% | - |
| XYZ | 11.2 | 4.76 | 48.47 | - |
| YUV | 41.85 | 211.05 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 189 | 0.67 | 0.98 | 0 | 0.26 | 259.03 | 0.97 | 0.38 |
| Hex | 3E | 3 | BD | 43 | 62 | 0 | 1A | 103 | 61 | 26 |
| Octal | 76 | 3 | 275 | 103 | 142 | 0 | 32 | 403 | 141 | 46 |
| Binary | 111110 | 11 | 10111101 | 1000011 | 1100010 | 0 | 11010 | 100000011 | 1100001 | 100110 |
Color Harmonies of #3E03BD
Complementary color
Monochromatic Colors of #3E03BD
Black with #3E03BD
Text Example
Text Example
White with #3E03BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E03BD; }
p { color: rgb(62,3,189); }
H1.HeaderClassName
{
color: #3E03BD;
}
.AnyTagClassName
{
color: #3E03BD;
}
</style>
background-color css
<style>
a { background-color: #3E03BD; }
a { background-color: rgb(62,3,189); }
div.DivClassName
{
background-color: #3E03BD;
}
.BgClassName
{
background-color: #3E03BD;
}
</style>
border-color css
<style>
span { border-color: #3E03BD; }
span { border-color: rgb(62,3,189); }
td.TdClassName
{
border-color: #3E03BD;
}
.TagClassName
{
border-color: #3E03BD;
}
</style>