Shades of Purple Heart #4C09B7
Tints of Purple Heart #4C09B7
RGB
CMYK
RGB Variations
Color information
#4C09B7 (or 0x4C09B7) is known color: Purple Heart. HEX triplet: 4C, 09 and B7. RGB value is (76,9,183). Sum of RGB (Red+Green+Blue) = 76+9+183=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 183 (71.88% from 255 or 68.28% from 268); Max value from RGB is 183 - color contains mainly: blue. Hex color #4C09B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C09B7 is #B3F648. Grayscale: #303030. Windows color (decimal): -11793993 or 11995468. OLE color: 11995468.
HSL color Cylindrical-coordinate representation of color #4C09B7: hue angle of 263.1º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C09B7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 76 | 9 | 183 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.28 |
| HSL | 263.1º | 0.91% | 0.38% | - |
| HSV(B) | 263.1º | 0.95% | 0.72% | - |
| XYZ | 11.63 | 5.15 | 45.18 | - |
| YUV | 48.87 | 203.7 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 183 | 0.58 | 0.95 | 0 | 0.28 | 263.1 | 0.91 | 0.38 |
| Hex | 4C | 9 | B7 | 3A | 5F | 0 | 1C | 107 | 5B | 26 |
| Octal | 114 | 11 | 267 | 72 | 137 | 0 | 34 | 407 | 133 | 46 |
| Binary | 1001100 | 1001 | 10110111 | 111010 | 1011111 | 0 | 11100 | 100000111 | 1011011 | 100110 |
Color Harmonies of #4C09B7
Complementary color
Monochromatic Colors of #4C09B7
Black with #4C09B7
Text Example
Text Example
White with #4C09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C09B7; }
p { color: rgb(76,9,183); }
H1.HeaderClassName
{
color: #4C09B7;
}
.AnyTagClassName
{
color: #4C09B7;
}
</style>
background-color css
<style>
a { background-color: #4C09B7; }
a { background-color: rgb(76,9,183); }
div.DivClassName
{
background-color: #4C09B7;
}
.BgClassName
{
background-color: #4C09B7;
}
</style>
border-color css
<style>
span { border-color: #4C09B7; }
span { border-color: rgb(76,9,183); }
td.TdClassName
{
border-color: #4C09B7;
}
.TagClassName
{
border-color: #4C09B7;
}
</style>