Shades of Purple Heart #3E09BB
Tints of Purple Heart #3E09BB
RGB
CMYK
RGB Variations
Color information
#3E09BB (or 0x3E09BB) is known color: Purple Heart. HEX triplet: 3E, 09 and BB. RGB value is (62,9,187). Sum of RGB (Red+Green+Blue) = 62+9+187=258 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.03% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #3E09BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E09BB is #C1F644. Grayscale: #2C2C2C. Windows color (decimal): -12711493 or 12257598. OLE color: 12257598.
HSL color Cylindrical-coordinate representation of color #3E09BB: hue angle of 257.87º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E09BB is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 62 | 9 | 187 | - |
| CMYK | 0.67 | 0.95 | 0 | 0.27 |
| HSL | 257.87º | 0.91% | 0.38% | - |
| HSV(B) | 257.87º | 0.95% | 0.73% | - |
| XYZ | 11.05 | 4.81 | 47.36 | - |
| YUV | 45.14 | 208.06 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 187 | 0.67 | 0.95 | 0 | 0.27 | 257.87 | 0.91 | 0.38 |
| Hex | 3E | 9 | BB | 43 | 5F | 0 | 1B | 102 | 5B | 26 |
| Octal | 76 | 11 | 273 | 103 | 137 | 0 | 33 | 402 | 133 | 46 |
| Binary | 111110 | 1001 | 10111011 | 1000011 | 1011111 | 0 | 11011 | 100000010 | 1011011 | 100110 |
Color Harmonies of #3E09BB
Complementary color
Monochromatic Colors of #3E09BB
Black with #3E09BB
Text Example
Text Example
White with #3E09BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E09BB; }
p { color: rgb(62,9,187); }
H1.HeaderClassName
{
color: #3E09BB;
}
.AnyTagClassName
{
color: #3E09BB;
}
</style>
background-color css
<style>
a { background-color: #3E09BB; }
a { background-color: rgb(62,9,187); }
div.DivClassName
{
background-color: #3E09BB;
}
.BgClassName
{
background-color: #3E09BB;
}
</style>
border-color css
<style>
span { border-color: #3E09BB; }
span { border-color: rgb(62,9,187); }
td.TdClassName
{
border-color: #3E09BB;
}
.TagClassName
{
border-color: #3E09BB;
}
</style>