Shades of Purple Heart #4C09BE
Tints of Purple Heart #4C09BE
RGB
CMYK
RGB Variations
Color information
#4C09BE (or 0x4C09BE) is known color: Purple Heart. HEX triplet: 4C, 09 and BE. RGB value is (76,9,190). Sum of RGB (Red+Green+Blue) = 76+9+190=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #4C09BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C09BE is #B3F641. Grayscale: #313131. Windows color (decimal): -11793986 or 12454220. OLE color: 12454220.
HSL color Cylindrical-coordinate representation of color #4C09BE: hue angle of 262.21º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C09BE is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 9 | 190 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.25 |
| HSL | 262.21º | 0.91% | 0.39% | - |
| HSV(B) | 262.21º | 0.95% | 0.75% | - |
| XYZ | 12.37 | 5.45 | 49.11 | - |
| YUV | 49.67 | 207.2 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 190 | 0.60 | 0.95 | 0 | 0.25 | 262.21 | 0.91 | 0.39 |
| Hex | 4C | 9 | BE | 3C | 5F | 0 | 19 | 106 | 5B | 27 |
| Octal | 114 | 11 | 276 | 74 | 137 | 0 | 31 | 406 | 133 | 47 |
| Binary | 1001100 | 1001 | 10111110 | 111100 | 1011111 | 0 | 11001 | 100000110 | 1011011 | 100111 |
Color Harmonies of #4C09BE
Complementary color
Monochromatic Colors of #4C09BE
Black with #4C09BE
Text Example
Text Example
White with #4C09BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C09BE; }
p { color: rgb(76,9,190); }
H1.HeaderClassName
{
color: #4C09BE;
}
.AnyTagClassName
{
color: #4C09BE;
}
</style>
background-color css
<style>
a { background-color: #4C09BE; }
a { background-color: rgb(76,9,190); }
div.DivClassName
{
background-color: #4C09BE;
}
.BgClassName
{
background-color: #4C09BE;
}
</style>
border-color css
<style>
span { border-color: #4C09BE; }
span { border-color: rgb(76,9,190); }
td.TdClassName
{
border-color: #4C09BE;
}
.TagClassName
{
border-color: #4C09BE;
}
</style>