Shades of Purple Heart #4B30CE
Tints of Purple Heart #4B30CE
RGB
CMYK
RGB Variations
Color information
#4B30CE (or 0x4B30CE) is known color: Purple Heart. HEX triplet: 4B, 30 and CE. RGB value is (75,48,206). Sum of RGB (Red+Green+Blue) = 75+48+206=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 206 (80.86% from 255 or 62.61% from 329); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B30CE is #B4CF31. Grayscale: #494949. Windows color (decimal): -11849522 or 13512779. OLE color: 13512779.
HSL color Cylindrical-coordinate representation of color #4B30CE: hue angle of 250.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B30CE is Cyan = 0.64, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 48 | 206 | - |
| CMYK | 0.64 | 0.77 | 0 | 0.19 |
| HSL | 250.25º | 0.62% | 0.5% | - |
| HSV(B) | 250.25º | 0.77% | 0.81% | - |
| XYZ | 15.1 | 8.07 | 59.15 | - |
| YUV | 74.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 48 | 206 | 0.64 | 0.77 | 0 | 0.19 | 250.25 | 0.62 | 0.5 |
| Hex | 4B | 30 | CE | 40 | 4D | 0 | 13 | FA | 3E | 32 |
| Octal | 113 | 60 | 316 | 100 | 115 | 0 | 23 | 372 | 76 | 62 |
| Binary | 1001011 | 110000 | 11001110 | 1000000 | 1001101 | 0 | 10011 | 11111010 | 111110 | 110010 |
Color Harmonies of #4B30CE
Complementary color
Monochromatic Colors of #4B30CE
Black with #4B30CE
Text Example
Text Example
White with #4B30CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B30CE; }
p { color: rgb(75,48,206); }
H1.HeaderClassName
{
color: #4B30CE;
}
.AnyTagClassName
{
color: #4B30CE;
}
</style>
background-color css
<style>
a { background-color: #4B30CE; }
a { background-color: rgb(75,48,206); }
div.DivClassName
{
background-color: #4B30CE;
}
.BgClassName
{
background-color: #4B30CE;
}
</style>
border-color css
<style>
span { border-color: #4B30CE; }
span { border-color: rgb(75,48,206); }
td.TdClassName
{
border-color: #4B30CE;
}
.TagClassName
{
border-color: #4B30CE;
}
</style>