Shades of Purple Heart #5F3ACB
Tints of Purple Heart #5F3ACB
RGB
CMYK
RGB Variations
Color information
#5F3ACB (or 0x5F3ACB) is known color: Purple Heart. HEX triplet: 5F, 3A and CB. RGB value is (95,58,203). Sum of RGB (Red+Green+Blue) = 95+58+203=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 58 (23.05% from 255 or 16.29% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F3ACB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F3ACB is #A0C534. Grayscale: #555555. Windows color (decimal): -10536245 or 13318751. OLE color: 13318751.
HSL color Cylindrical-coordinate representation of color #5F3ACB: hue angle of 255.31º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F3ACB is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 58 | 203 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.20 |
| HSL | 255.31º | 0.58% | 0.51% | - |
| HSV(B) | 255.31º | 0.71% | 0.8% | - |
| XYZ | 17.01 | 9.77 | 57.49 | - |
| YUV | 85.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 58 | 203 | 0.53 | 0.71 | 0 | 0.20 | 255.31 | 0.58 | 0.51 |
| Hex | 5F | 3A | CB | 35 | 47 | 0 | 14 | FF | 3A | 33 |
| Octal | 137 | 72 | 313 | 65 | 107 | 0 | 24 | 377 | 72 | 63 |
| Binary | 1011111 | 111010 | 11001011 | 110101 | 1000111 | 0 | 10100 | 11111111 | 111010 | 110011 |
Color Harmonies of #5F3ACB
Complementary color
Monochromatic Colors of #5F3ACB
Black with #5F3ACB
Text Example
Text Example
White with #5F3ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3ACB; }
p { color: rgb(95,58,203); }
H1.HeaderClassName
{
color: #5F3ACB;
}
.AnyTagClassName
{
color: #5F3ACB;
}
</style>
background-color css
<style>
a { background-color: #5F3ACB; }
a { background-color: rgb(95,58,203); }
div.DivClassName
{
background-color: #5F3ACB;
}
.BgClassName
{
background-color: #5F3ACB;
}
</style>
border-color css
<style>
span { border-color: #5F3ACB; }
span { border-color: rgb(95,58,203); }
td.TdClassName
{
border-color: #5F3ACB;
}
.TagClassName
{
border-color: #5F3ACB;
}
</style>