Shades of Purple Heart #5F23D2
Tints of Purple Heart #5F23D2
RGB
CMYK
RGB Variations
Color information
#5F23D2 (or 0x5F23D2) is known color: Purple Heart. HEX triplet: 5F, 23 and D2. RGB value is (95,35,210). Sum of RGB (Red+Green+Blue) = 95+35+210=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #5F23D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F23D2 is #A0DC2D. Grayscale: #484848. Windows color (decimal): -10542126 or 13771615. OLE color: 13771615.
HSL color Cylindrical-coordinate representation of color #5F23D2: hue angle of 260.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F23D2 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 35 | 210 | - |
| CMYK | 0.55 | 0.83 | 0 | 0.18 |
| HSL | 260.57º | 0.71% | 0.48% | - |
| HSV(B) | 260.57º | 0.83% | 0.82% | - |
| XYZ | 16.95 | 8.29 | 61.68 | - |
| YUV | 72.89 | 205.38 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 35 | 210 | 0.55 | 0.83 | 0 | 0.18 | 260.57 | 0.71 | 0.48 |
| Hex | 5F | 23 | D2 | 37 | 53 | 0 | 12 | 105 | 47 | 30 |
| Octal | 137 | 43 | 322 | 67 | 123 | 0 | 22 | 405 | 107 | 60 |
| Binary | 1011111 | 100011 | 11010010 | 110111 | 1010011 | 0 | 10010 | 100000101 | 1000111 | 110000 |
Color Harmonies of #5F23D2
Complementary color
Monochromatic Colors of #5F23D2
Black with #5F23D2
Text Example
Text Example
White with #5F23D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F23D2; }
p { color: rgb(95,35,210); }
H1.HeaderClassName
{
color: #5F23D2;
}
.AnyTagClassName
{
color: #5F23D2;
}
</style>
background-color css
<style>
a { background-color: #5F23D2; }
a { background-color: rgb(95,35,210); }
div.DivClassName
{
background-color: #5F23D2;
}
.BgClassName
{
background-color: #5F23D2;
}
</style>
border-color css
<style>
span { border-color: #5F23D2; }
span { border-color: rgb(95,35,210); }
td.TdClassName
{
border-color: #5F23D2;
}
.TagClassName
{
border-color: #5F23D2;
}
</style>