Shades of Purple Heart #4B30CB
Tints of Purple Heart #4B30CB
RGB
CMYK
RGB Variations
Color information
#4B30CB (or 0x4B30CB) is known color: Purple Heart. HEX triplet: 4B, 30 and CB. RGB value is (75,48,203). Sum of RGB (Red+Green+Blue) = 75+48+203=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B30CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B30CB is #B4CF34. Grayscale: #494949. Windows color (decimal): -11849525 or 13316171. OLE color: 13316171.
HSL color Cylindrical-coordinate representation of color #4B30CB: hue angle of 250.45º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B30CB is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 48 | 203 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.20 |
| HSL | 250.45º | 0.62% | 0.49% | - |
| HSV(B) | 250.45º | 0.76% | 0.8% | - |
| XYZ | 14.74 | 7.92 | 57.25 | - |
| YUV | 73.74 | 200.95 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 203 | 0.63 | 0.76 | 0 | 0.20 | 250.45 | 0.62 | 0.49 |
| Hex | 4B | 30 | CB | 3F | 4C | 0 | 14 | FA | 3E | 31 |
| Octal | 113 | 60 | 313 | 77 | 114 | 0 | 24 | 372 | 76 | 61 |
| Binary | 1001011 | 110000 | 11001011 | 111111 | 1001100 | 0 | 10100 | 11111010 | 111110 | 110001 |
Color Harmonies of #4B30CB
Complementary color
Monochromatic Colors of #4B30CB
Black with #4B30CB
Text Example
Text Example
White with #4B30CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B30CB; }
p { color: rgb(75,48,203); }
H1.HeaderClassName
{
color: #4B30CB;
}
.AnyTagClassName
{
color: #4B30CB;
}
</style>
background-color css
<style>
a { background-color: #4B30CB; }
a { background-color: rgb(75,48,203); }
div.DivClassName
{
background-color: #4B30CB;
}
.BgClassName
{
background-color: #4B30CB;
}
</style>
border-color css
<style>
span { border-color: #4B30CB; }
span { border-color: rgb(75,48,203); }
td.TdClassName
{
border-color: #4B30CB;
}
.TagClassName
{
border-color: #4B30CB;
}
</style>