Shades of Purple Heart #5F34B3
Tints of Purple Heart #5F34B3
RGB
CMYK
RGB Variations
Color information
#5F34B3 (or 0x5F34B3) is known color: Purple Heart. HEX triplet: 5F, 34 and B3. RGB value is (95,52,179). Sum of RGB (Red+Green+Blue) = 95+52+179=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 179 (70.31% from 255 or 54.91% from 326); Max value from RGB is 179 - color contains mainly: blue. Hex color #5F34B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F34B3 is #A0CB4C. Grayscale: #4E4E4E. Windows color (decimal): -10537805 or 11744351. OLE color: 11744351.
HSL color Cylindrical-coordinate representation of color #5F34B3: hue angle of 260.31º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F34B3 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 52 | 179 | - |
| CMYK | 0.47 | 0.71 | 0 | 0.30 |
| HSL | 260.31º | 0.55% | 0.45% | - |
| HSV(B) | 260.31º | 0.71% | 0.7% | - |
| XYZ | 14.08 | 8.14 | 43.48 | - |
| YUV | 79.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 179 | 0.47 | 0.71 | 0 | 0.30 | 260.31 | 0.55 | 0.45 |
| Hex | 5F | 34 | B3 | 2F | 47 | 0 | 1E | 104 | 37 | 2D |
| Octal | 137 | 64 | 263 | 57 | 107 | 0 | 36 | 404 | 67 | 55 |
| Binary | 1011111 | 110100 | 10110011 | 101111 | 1000111 | 0 | 11110 | 100000100 | 110111 | 101101 |
Color Harmonies of #5F34B3
Complementary color
Monochromatic Colors of #5F34B3
Black with #5F34B3
Text Example
Text Example
White with #5F34B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F34B3; }
p { color: rgb(95,52,179); }
H1.HeaderClassName
{
color: #5F34B3;
}
.AnyTagClassName
{
color: #5F34B3;
}
</style>
background-color css
<style>
a { background-color: #5F34B3; }
a { background-color: rgb(95,52,179); }
div.DivClassName
{
background-color: #5F34B3;
}
.BgClassName
{
background-color: #5F34B3;
}
</style>
border-color css
<style>
span { border-color: #5F34B3; }
span { border-color: rgb(95,52,179); }
td.TdClassName
{
border-color: #5F34B3;
}
.TagClassName
{
border-color: #5F34B3;
}
</style>