Shades of Purple Heart #4B33CE
Tints of Purple Heart #4B33CE
RGB
CMYK
RGB Variations
Color information
#4B33CE (or 0x4B33CE) is known color: Purple Heart. HEX triplet: 4B, 33 and CE. RGB value is (75,51,206). Sum of RGB (Red+Green+Blue) = 75+51+206=332 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.59% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B33CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B33CE is #B4CC31. Grayscale: #4B4B4B. Windows color (decimal): -11848754 or 13513547. OLE color: 13513547.
HSL color Cylindrical-coordinate representation of color #4B33CE: hue angle of 249.29º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B33CE is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 51 | 206 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.19 |
| HSL | 249.29º | 0.61% | 0.5% | - |
| HSV(B) | 249.29º | 0.75% | 0.81% | - |
| XYZ | 15.23 | 8.32 | 59.2 | - |
| YUV | 75.85 | 201.45 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 206 | 0.64 | 0.75 | 0 | 0.19 | 249.29 | 0.61 | 0.5 |
| Hex | 4B | 33 | CE | 40 | 4B | 0 | 13 | F9 | 3D | 32 |
| Octal | 113 | 63 | 316 | 100 | 113 | 0 | 23 | 371 | 75 | 62 |
| Binary | 1001011 | 110011 | 11001110 | 1000000 | 1001011 | 0 | 10011 | 11111001 | 111101 | 110010 |
Color Harmonies of #4B33CE
Complementary color
Monochromatic Colors of #4B33CE
Black with #4B33CE
Text Example
Text Example
White with #4B33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B33CE; }
p { color: rgb(75,51,206); }
H1.HeaderClassName
{
color: #4B33CE;
}
.AnyTagClassName
{
color: #4B33CE;
}
</style>
background-color css
<style>
a { background-color: #4B33CE; }
a { background-color: rgb(75,51,206); }
div.DivClassName
{
background-color: #4B33CE;
}
.BgClassName
{
background-color: #4B33CE;
}
</style>
border-color css
<style>
span { border-color: #4B33CE; }
span { border-color: rgb(75,51,206); }
td.TdClassName
{
border-color: #4B33CE;
}
.TagClassName
{
border-color: #4B33CE;
}
</style>