Shades of Purple Heart #3E01BB
Tints of Purple Heart #3E01BB
RGB
CMYK
RGB Variations
Color information
#3E01BB (or 0x3E01BB) is known color: Purple Heart. HEX triplet: 3E, 01 and BB. RGB value is (62,1,187). Sum of RGB (Red+Green+Blue) = 62+1+187=250 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E01BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E01BB is #C1FE44. Grayscale: #272727. Windows color (decimal): -12713541 or 12255550. OLE color: 12255550.
HSL color Cylindrical-coordinate representation of color #3E01BB: hue angle of 259.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E01BB is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 1 | 187 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.27 |
| HSL | 259.68º | 0.99% | 0.37% | - |
| HSV(B) | 259.68º | 0.99% | 0.73% | - |
| XYZ | 10.97 | 4.63 | 47.33 | - |
| YUV | 40.44 | 210.71 | 143.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 187 | 0.67 | 0.99 | 0 | 0.27 | 259.68 | 0.99 | 0.37 |
| Hex | 3E | 1 | BB | 43 | 63 | 0 | 1B | 104 | 63 | 25 |
| Octal | 76 | 1 | 273 | 103 | 143 | 0 | 33 | 404 | 143 | 45 |
| Binary | 111110 | 1 | 10111011 | 1000011 | 1100011 | 0 | 11011 | 100000100 | 1100011 | 100101 |
Color Harmonies of #3E01BB
Complementary color
Monochromatic Colors of #3E01BB
Black with #3E01BB
Text Example
Text Example
White with #3E01BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E01BB; }
p { color: rgb(62,1,187); }
H1.HeaderClassName
{
color: #3E01BB;
}
.AnyTagClassName
{
color: #3E01BB;
}
</style>
background-color css
<style>
a { background-color: #3E01BB; }
a { background-color: rgb(62,1,187); }
div.DivClassName
{
background-color: #3E01BB;
}
.BgClassName
{
background-color: #3E01BB;
}
</style>
border-color css
<style>
span { border-color: #3E01BB; }
span { border-color: rgb(62,1,187); }
td.TdClassName
{
border-color: #3E01BB;
}
.TagClassName
{
border-color: #3E01BB;
}
</style>