Shades of Purple Heart #4D33CE
Tints of Purple Heart #4D33CE
RGB
CMYK
RGB Variations
Color information
#4D33CE (or 0x4D33CE) is known color: Purple Heart. HEX triplet: 4D, 33 and CE. RGB value is (77,51,206). Sum of RGB (Red+Green+Blue) = 77+51+206=334 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.05% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #4D33CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33CE is #B2CC31. Grayscale: #4B4B4B. Windows color (decimal): -11717682 or 13513549. OLE color: 13513549.
HSL color Cylindrical-coordinate representation of color #4D33CE: hue angle of 250.06º 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 #4D33CE is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 51 | 206 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.19 |
| HSL | 250.06º | 0.61% | 0.5% | - |
| HSV(B) | 250.06º | 0.75% | 0.81% | - |
| XYZ | 15.38 | 8.4 | 59.2 | - |
| YUV | 76.44 | 201.11 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 206 | 0.63 | 0.75 | 0 | 0.19 | 250.06 | 0.61 | 0.5 |
| Hex | 4D | 33 | CE | 3F | 4B | 0 | 13 | FA | 3D | 32 |
| Octal | 115 | 63 | 316 | 77 | 113 | 0 | 23 | 372 | 75 | 62 |
| Binary | 1001101 | 110011 | 11001110 | 111111 | 1001011 | 0 | 10011 | 11111010 | 111101 | 110010 |
Color Harmonies of #4D33CE
Complementary color
Monochromatic Colors of #4D33CE
Black with #4D33CE
Text Example
Text Example
White with #4D33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33CE; }
p { color: rgb(77,51,206); }
H1.HeaderClassName
{
color: #4D33CE;
}
.AnyTagClassName
{
color: #4D33CE;
}
</style>
background-color css
<style>
a { background-color: #4D33CE; }
a { background-color: rgb(77,51,206); }
div.DivClassName
{
background-color: #4D33CE;
}
.BgClassName
{
background-color: #4D33CE;
}
</style>
border-color css
<style>
span { border-color: #4D33CE; }
span { border-color: rgb(77,51,206); }
td.TdClassName
{
border-color: #4D33CE;
}
.TagClassName
{
border-color: #4D33CE;
}
</style>