Shades of Purple Heart #4A23CB
Tints of Purple Heart #4A23CB
RGB
CMYK
RGB Variations
Color information
#4A23CB (or 0x4A23CB) is known color: Purple Heart. HEX triplet: 4A, 23 and CB. RGB value is (74,35,203). Sum of RGB (Red+Green+Blue) = 74+35+203=312 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.72% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #4A23CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A23CB is #B5DC34. Grayscale: #414141. Windows color (decimal): -11918389 or 13312842. OLE color: 13312842.
HSL color Cylindrical-coordinate representation of color #4A23CB: hue angle of 253.93º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A23CB is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 35 | 203 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.20 |
| HSL | 253.93º | 0.71% | 0.47% | - |
| HSV(B) | 253.93º | 0.83% | 0.8% | - |
| XYZ | 14.2 | 6.97 | 57.1 | - |
| YUV | 65.81 | 205.42 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 35 | 203 | 0.64 | 0.83 | 0 | 0.20 | 253.93 | 0.71 | 0.47 |
| Hex | 4A | 23 | CB | 40 | 53 | 0 | 14 | FE | 47 | 2F |
| Octal | 112 | 43 | 313 | 100 | 123 | 0 | 24 | 376 | 107 | 57 |
| Binary | 1001010 | 100011 | 11001011 | 1000000 | 1010011 | 0 | 10100 | 11111110 | 1000111 | 101111 |
Color Harmonies of #4A23CB
Complementary color
Monochromatic Colors of #4A23CB
Black with #4A23CB
Text Example
Text Example
White with #4A23CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A23CB; }
p { color: rgb(74,35,203); }
H1.HeaderClassName
{
color: #4A23CB;
}
.AnyTagClassName
{
color: #4A23CB;
}
</style>
background-color css
<style>
a { background-color: #4A23CB; }
a { background-color: rgb(74,35,203); }
div.DivClassName
{
background-color: #4A23CB;
}
.BgClassName
{
background-color: #4A23CB;
}
</style>
border-color css
<style>
span { border-color: #4A23CB; }
span { border-color: rgb(74,35,203); }
td.TdClassName
{
border-color: #4A23CB;
}
.TagClassName
{
border-color: #4A23CB;
}
</style>