Shades of Purple Heart #4B23BE
Tints of Purple Heart #4B23BE
RGB
CMYK
RGB Variations
Color information
#4B23BE (or 0x4B23BE) is known color: Purple Heart. HEX triplet: 4B, 23 and BE. RGB value is (75,35,190). Sum of RGB (Red+Green+Blue) = 75+35+190=300 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #4B23BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B23BE is #B4DC41. Grayscale: #404040. Windows color (decimal): -11852866 or 12460875. OLE color: 12460875.
HSL color Cylindrical-coordinate representation of color #4B23BE: hue angle of 255.48º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4B23BE is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 35 | 190 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.25 |
| HSL | 255.48º | 0.69% | 0.44% | - |
| HSV(B) | 255.48º | 0.82% | 0.75% | - |
| XYZ | 12.8 | 6.42 | 49.28 | - |
| YUV | 64.63 | 198.75 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 190 | 0.61 | 0.82 | 0 | 0.25 | 255.48 | 0.69 | 0.44 |
| Hex | 4B | 23 | BE | 3D | 52 | 0 | 19 | FF | 45 | 2C |
| Octal | 113 | 43 | 276 | 75 | 122 | 0 | 31 | 377 | 105 | 54 |
| Binary | 1001011 | 100011 | 10111110 | 111101 | 1010010 | 0 | 11001 | 11111111 | 1000101 | 101100 |
Color Harmonies of #4B23BE
Complementary color
Monochromatic Colors of #4B23BE
Black with #4B23BE
Text Example
Text Example
White with #4B23BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B23BE; }
p { color: rgb(75,35,190); }
H1.HeaderClassName
{
color: #4B23BE;
}
.AnyTagClassName
{
color: #4B23BE;
}
</style>
background-color css
<style>
a { background-color: #4B23BE; }
a { background-color: rgb(75,35,190); }
div.DivClassName
{
background-color: #4B23BE;
}
.BgClassName
{
background-color: #4B23BE;
}
</style>
border-color css
<style>
span { border-color: #4B23BE; }
span { border-color: rgb(75,35,190); }
td.TdClassName
{
border-color: #4B23BE;
}
.TagClassName
{
border-color: #4B23BE;
}
</style>