Shades of Purple Heart #4B27CE
Tints of Purple Heart #4B27CE
RGB
CMYK
RGB Variations
Color information
#4B27CE (or 0x4B27CE) is known color: Purple Heart. HEX triplet: 4B, 27 and CE. RGB value is (75,39,206). Sum of RGB (Red+Green+Blue) = 75+39+206=320 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B27CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B27CE is #B4D831. Grayscale: #444444. Windows color (decimal): -11851826 or 13510475. OLE color: 13510475.
HSL color Cylindrical-coordinate representation of color #4B27CE: hue angle of 252.93º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4B27CE is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 39 | 206 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.19 |
| HSL | 252.93º | 0.68% | 0.48% | - |
| HSV(B) | 252.93º | 0.81% | 0.81% | - |
| XYZ | 14.77 | 7.4 | 59.04 | - |
| YUV | 68.8 | 205.43 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 39 | 206 | 0.64 | 0.81 | 0 | 0.19 | 252.93 | 0.68 | 0.48 |
| Hex | 4B | 27 | CE | 40 | 51 | 0 | 13 | FD | 44 | 30 |
| Octal | 113 | 47 | 316 | 100 | 121 | 0 | 23 | 375 | 104 | 60 |
| Binary | 1001011 | 100111 | 11001110 | 1000000 | 1010001 | 0 | 10011 | 11111101 | 1000100 | 110000 |
Color Harmonies of #4B27CE
Complementary color
Monochromatic Colors of #4B27CE
Black with #4B27CE
Text Example
Text Example
White with #4B27CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B27CE; }
p { color: rgb(75,39,206); }
H1.HeaderClassName
{
color: #4B27CE;
}
.AnyTagClassName
{
color: #4B27CE;
}
</style>
background-color css
<style>
a { background-color: #4B27CE; }
a { background-color: rgb(75,39,206); }
div.DivClassName
{
background-color: #4B27CE;
}
.BgClassName
{
background-color: #4B27CE;
}
</style>
border-color css
<style>
span { border-color: #4B27CE; }
span { border-color: rgb(75,39,206); }
td.TdClassName
{
border-color: #4B27CE;
}
.TagClassName
{
border-color: #4B27CE;
}
</style>