Shades of Purple Heart #4D27C3
Tints of Purple Heart #4D27C3
RGB
CMYK
RGB Variations
Color information
#4D27C3 (or 0x4D27C3) is known color: Purple Heart. HEX triplet: 4D, 27 and C3. RGB value is (77,39,195). Sum of RGB (Red+Green+Blue) = 77+39+195=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 195 (76.56% from 255 or 62.70% from 311); Max value from RGB is 195 - color contains mainly: blue. Hex color #4D27C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D27C3 is #B2D83C. Grayscale: #434343. Windows color (decimal): -11720765 or 12789581. OLE color: 12789581.
HSL color Cylindrical-coordinate representation of color #4D27C3: hue angle of 254.62º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D27C3 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 77 | 39 | 195 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.24 |
| HSL | 254.62º | 0.67% | 0.46% | - |
| HSV(B) | 254.62º | 0.8% | 0.76% | - |
| XYZ | 13.64 | 6.97 | 52.26 | - |
| YUV | 68.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 195 | 0.61 | 0.80 | 0 | 0.24 | 254.62 | 0.67 | 0.46 |
| Hex | 4D | 27 | C3 | 3D | 50 | 0 | 18 | FF | 43 | 2E |
| Octal | 115 | 47 | 303 | 75 | 120 | 0 | 30 | 377 | 103 | 56 |
| Binary | 1001101 | 100111 | 11000011 | 111101 | 1010000 | 0 | 11000 | 11111111 | 1000011 | 101110 |
Color Harmonies of #4D27C3
Complementary color
Monochromatic Colors of #4D27C3
Black with #4D27C3
Text Example
Text Example
White with #4D27C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D27C3; }
p { color: rgb(77,39,195); }
H1.HeaderClassName
{
color: #4D27C3;
}
.AnyTagClassName
{
color: #4D27C3;
}
</style>
background-color css
<style>
a { background-color: #4D27C3; }
a { background-color: rgb(77,39,195); }
div.DivClassName
{
background-color: #4D27C3;
}
.BgClassName
{
background-color: #4D27C3;
}
</style>
border-color css
<style>
span { border-color: #4D27C3; }
span { border-color: rgb(77,39,195); }
td.TdClassName
{
border-color: #4D27C3;
}
.TagClassName
{
border-color: #4D27C3;
}
</style>