Shades of Purple Heart #4D33CB
Tints of Purple Heart #4D33CB
RGB
CMYK
RGB Variations
Color information
#4D33CB (or 0x4D33CB) is known color: Purple Heart. HEX triplet: 4D, 33 and CB. RGB value is (77,51,203). Sum of RGB (Red+Green+Blue) = 77+51+203=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #4D33CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33CB is #B2CC34. Grayscale: #4B4B4B. Windows color (decimal): -11717685 or 13316941. OLE color: 13316941.
HSL color Cylindrical-coordinate representation of color #4D33CB: hue angle of 250.26º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D33CB is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 51 | 203 | - |
| CMYK | 0.62 | 0.75 | 0 | 0.20 |
| HSL | 250.26º | 0.6% | 0.5% | - |
| HSV(B) | 250.26º | 0.75% | 0.8% | - |
| XYZ | 15.02 | 8.26 | 57.3 | - |
| YUV | 76.1 | 199.61 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 203 | 0.62 | 0.75 | 0 | 0.20 | 250.26 | 0.6 | 0.5 |
| Hex | 4D | 33 | CB | 3E | 4B | 0 | 14 | FA | 3C | 32 |
| Octal | 115 | 63 | 313 | 76 | 113 | 0 | 24 | 372 | 74 | 62 |
| Binary | 1001101 | 110011 | 11001011 | 111110 | 1001011 | 0 | 10100 | 11111010 | 111100 | 110010 |
Color Harmonies of #4D33CB
Complementary color
Monochromatic Colors of #4D33CB
Black with #4D33CB
Text Example
Text Example
White with #4D33CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D33CB; }
p { color: rgb(77,51,203); }
H1.HeaderClassName
{
color: #4D33CB;
}
.AnyTagClassName
{
color: #4D33CB;
}
</style>
background-color css
<style>
a { background-color: #4D33CB; }
a { background-color: rgb(77,51,203); }
div.DivClassName
{
background-color: #4D33CB;
}
.BgClassName
{
background-color: #4D33CB;
}
</style>
border-color css
<style>
span { border-color: #4D33CB; }
span { border-color: rgb(77,51,203); }
td.TdClassName
{
border-color: #4D33CB;
}
.TagClassName
{
border-color: #4D33CB;
}
</style>