Shades of Purple Heart #5F23A8
Tints of Purple Heart #5F23A8
RGB
CMYK
RGB Variations
Color information
#5F23A8 (or 0x5F23A8) is known color: Purple Heart. HEX triplet: 5F, 23 and A8. RGB value is (95,35,168). Sum of RGB (Red+Green+Blue) = 95+35+168=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 168 (66.02% from 255 or 56.38% from 298); Max value from RGB is 168 - color contains mainly: blue. Hex color #5F23A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F23A8 is #A0DC57. Grayscale: #434343. Windows color (decimal): -10542168 or 11019103. OLE color: 11019103.
HSL color Cylindrical-coordinate representation of color #5F23A8: hue angle of 267.07º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F23A8 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 35 | 168 | - |
| CMYK | 0.43 | 0.79 | 0 | 0.34 |
| HSL | 267.07º | 0.66% | 0.4% | - |
| HSV(B) | 267.07º | 0.79% | 0.66% | - |
| XYZ | 12.39 | 6.46 | 37.64 | - |
| YUV | 68.1 | 184.38 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 168 | 0.43 | 0.79 | 0 | 0.34 | 267.07 | 0.66 | 0.4 |
| Hex | 5F | 23 | A8 | 2B | 4F | 0 | 22 | 10B | 42 | 28 |
| Octal | 137 | 43 | 250 | 53 | 117 | 0 | 42 | 413 | 102 | 50 |
| Binary | 1011111 | 100011 | 10101000 | 101011 | 1001111 | 0 | 100010 | 100001011 | 1000010 | 101000 |
Color Harmonies of #5F23A8
Complementary color
Monochromatic Colors of #5F23A8
Black with #5F23A8
Text Example
Text Example
White with #5F23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F23A8; }
p { color: rgb(95,35,168); }
H1.HeaderClassName
{
color: #5F23A8;
}
.AnyTagClassName
{
color: #5F23A8;
}
</style>
background-color css
<style>
a { background-color: #5F23A8; }
a { background-color: rgb(95,35,168); }
div.DivClassName
{
background-color: #5F23A8;
}
.BgClassName
{
background-color: #5F23A8;
}
</style>
border-color css
<style>
span { border-color: #5F23A8; }
span { border-color: rgb(95,35,168); }
td.TdClassName
{
border-color: #5F23A8;
}
.TagClassName
{
border-color: #5F23A8;
}
</style>