Shades of Purple Heart #5F23AD
Tints of Purple Heart #5F23AD
RGB
CMYK
RGB Variations
Color information
#5F23AD (or 0x5F23AD) is known color: Purple Heart. HEX triplet: 5F, 23 and AD. RGB value is (95,35,173). Sum of RGB (Red+Green+Blue) = 95+35+173=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 35 (14.06% from 255 or 11.55% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #5F23AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F23AD is #A0DC52. Grayscale: #444444. Windows color (decimal): -10542163 or 11346783. OLE color: 11346783.
HSL color Cylindrical-coordinate representation of color #5F23AD: hue angle of 266.09º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F23AD is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 35 | 173 | - |
| CMYK | 0.45 | 0.80 | 0 | 0.32 |
| HSL | 266.09º | 0.66% | 0.41% | - |
| HSV(B) | 266.09º | 0.8% | 0.68% | - |
| XYZ | 12.86 | 6.65 | 40.14 | - |
| YUV | 68.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 173 | 0.45 | 0.80 | 0 | 0.32 | 266.09 | 0.66 | 0.41 |
| Hex | 5F | 23 | AD | 2D | 50 | 0 | 20 | 10A | 42 | 29 |
| Octal | 137 | 43 | 255 | 55 | 120 | 0 | 40 | 412 | 102 | 51 |
| Binary | 1011111 | 100011 | 10101101 | 101101 | 1010000 | 0 | 100000 | 100001010 | 1000010 | 101001 |
Color Harmonies of #5F23AD
Complementary color
Monochromatic Colors of #5F23AD
Black with #5F23AD
Text Example
Text Example
White with #5F23AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F23AD; }
p { color: rgb(95,35,173); }
H1.HeaderClassName
{
color: #5F23AD;
}
.AnyTagClassName
{
color: #5F23AD;
}
</style>
background-color css
<style>
a { background-color: #5F23AD; }
a { background-color: rgb(95,35,173); }
div.DivClassName
{
background-color: #5F23AD;
}
.BgClassName
{
background-color: #5F23AD;
}
</style>
border-color css
<style>
span { border-color: #5F23AD; }
span { border-color: rgb(95,35,173); }
td.TdClassName
{
border-color: #5F23AD;
}
.TagClassName
{
border-color: #5F23AD;
}
</style>