Shades of Purple Heart #4B09CB
Tints of Purple Heart #4B09CB
RGB
CMYK
RGB Variations
Color information
#4B09CB (or 0x4B09CB) is known color: Purple Heart. HEX triplet: 4B, 09 and CB. RGB value is (75,9,203). Sum of RGB (Red+Green+Blue) = 75+9+203=287 (38% of max value = 765). Red value is 75 (29.69% from 255 or 26.13% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B09CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4B09CB is #B4F634. Grayscale: #323232. Windows color (decimal): -11859509 or 13306187. OLE color: 13306187.
HSL color Cylindrical-coordinate representation of color #4B09CB: hue angle of 260.41º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B09CB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 9 | 203 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.20 |
| HSL | 260.41º | 0.92% | 0.42% | - |
| HSV(B) | 260.41º | 0.96% | 0.8% | - |
| XYZ | 13.78 | 6 | 56.93 | - |
| YUV | 50.85 | 213.87 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 203 | 0.63 | 0.96 | 0 | 0.20 | 260.41 | 0.92 | 0.42 |
| Hex | 4B | 9 | CB | 3F | 60 | 0 | 14 | 104 | 5C | 2A |
| Octal | 113 | 11 | 313 | 77 | 140 | 0 | 24 | 404 | 134 | 52 |
| Binary | 1001011 | 1001 | 11001011 | 111111 | 1100000 | 0 | 10100 | 100000100 | 1011100 | 101010 |
Color Harmonies of #4B09CB
Complementary color
Monochromatic Colors of #4B09CB
Black with #4B09CB
Text Example
Text Example
White with #4B09CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B09CB; }
p { color: rgb(75,9,203); }
H1.HeaderClassName
{
color: #4B09CB;
}
.AnyTagClassName
{
color: #4B09CB;
}
</style>
background-color css
<style>
a { background-color: #4B09CB; }
a { background-color: rgb(75,9,203); }
div.DivClassName
{
background-color: #4B09CB;
}
.BgClassName
{
background-color: #4B09CB;
}
</style>
border-color css
<style>
span { border-color: #4B09CB; }
span { border-color: rgb(75,9,203); }
td.TdClassName
{
border-color: #4B09CB;
}
.TagClassName
{
border-color: #4B09CB;
}
</style>