Shades of Purple Heart #5F38CB
Tints of Purple Heart #5F38CB
RGB
CMYK
RGB Variations
Color information
#5F38CB (or 0x5F38CB) is known color: Purple Heart. HEX triplet: 5F, 38 and CB. RGB value is (95,56,203). Sum of RGB (Red+Green+Blue) = 95+56+203=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F38CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F38CB is #A0C734. Grayscale: #535353. Windows color (decimal): -10536757 or 13318239. OLE color: 13318239.
HSL color Cylindrical-coordinate representation of color #5F38CB: hue angle of 255.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F38CB is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 56 | 203 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.20 |
| HSL | 255.92º | 0.59% | 0.51% | - |
| HSV(B) | 255.92º | 0.72% | 0.8% | - |
| XYZ | 16.91 | 9.57 | 57.46 | - |
| YUV | 84.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 203 | 0.53 | 0.72 | 0 | 0.20 | 255.92 | 0.59 | 0.51 |
| Hex | 5F | 38 | CB | 35 | 48 | 0 | 14 | 100 | 3B | 33 |
| Octal | 137 | 70 | 313 | 65 | 110 | 0 | 24 | 400 | 73 | 63 |
| Binary | 1011111 | 111000 | 11001011 | 110101 | 1001000 | 0 | 10100 | 100000000 | 111011 | 110011 |
Color Harmonies of #5F38CB
Complementary color
Monochromatic Colors of #5F38CB
Black with #5F38CB
Text Example
Text Example
White with #5F38CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F38CB; }
p { color: rgb(95,56,203); }
H1.HeaderClassName
{
color: #5F38CB;
}
.AnyTagClassName
{
color: #5F38CB;
}
</style>
background-color css
<style>
a { background-color: #5F38CB; }
a { background-color: rgb(95,56,203); }
div.DivClassName
{
background-color: #5F38CB;
}
.BgClassName
{
background-color: #5F38CB;
}
</style>
border-color css
<style>
span { border-color: #5F38CB; }
span { border-color: rgb(95,56,203); }
td.TdClassName
{
border-color: #5F38CB;
}
.TagClassName
{
border-color: #5F38CB;
}
</style>