Shades of Purple Heart #4D23CA
Tints of Purple Heart #4D23CA
RGB
CMYK
RGB Variations
Color information
#4D23CA (or 0x4D23CA) is known color: Purple Heart. HEX triplet: 4D, 23 and CA. RGB value is (77,35,202). Sum of RGB (Red+Green+Blue) = 77+35+202=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #4D23CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D23CA is #B2DC35. Grayscale: #414141. Windows color (decimal): -11721782 or 13247309. OLE color: 13247309.
HSL color Cylindrical-coordinate representation of color #4D23CA: hue angle of 255.09º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D23CA is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 35 | 202 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.21 |
| HSL | 255.09º | 0.7% | 0.46% | - |
| HSV(B) | 255.09º | 0.83% | 0.79% | - |
| XYZ | 14.32 | 7.04 | 56.48 | - |
| YUV | 66.6 | 204.41 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 35 | 202 | 0.62 | 0.83 | 0 | 0.21 | 255.09 | 0.7 | 0.46 |
| Hex | 4D | 23 | CA | 3E | 53 | 0 | 15 | FF | 46 | 2E |
| Octal | 115 | 43 | 312 | 76 | 123 | 0 | 25 | 377 | 106 | 56 |
| Binary | 1001101 | 100011 | 11001010 | 111110 | 1010011 | 0 | 10101 | 11111111 | 1000110 | 101110 |
Color Harmonies of #4D23CA
Complementary color
Monochromatic Colors of #4D23CA
Black with #4D23CA
Text Example
Text Example
White with #4D23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D23CA; }
p { color: rgb(77,35,202); }
H1.HeaderClassName
{
color: #4D23CA;
}
.AnyTagClassName
{
color: #4D23CA;
}
</style>
background-color css
<style>
a { background-color: #4D23CA; }
a { background-color: rgb(77,35,202); }
div.DivClassName
{
background-color: #4D23CA;
}
.BgClassName
{
background-color: #4D23CA;
}
</style>
border-color css
<style>
span { border-color: #4D23CA; }
span { border-color: rgb(77,35,202); }
td.TdClassName
{
border-color: #4D23CA;
}
.TagClassName
{
border-color: #4D23CA;
}
</style>