Shades of Purple Heart #5F34CF
Tints of Purple Heart #5F34CF
RGB
CMYK
RGB Variations
Color information
#5F34CF (or 0x5F34CF) is known color: Purple Heart. HEX triplet: 5F, 34 and CF. RGB value is (95,52,207). Sum of RGB (Red+Green+Blue) = 95+52+207=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F34CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F34CF is #A0CB30. Grayscale: #515151. Windows color (decimal): -10537777 or 13579359. OLE color: 13579359.
HSL color Cylindrical-coordinate representation of color #5F34CF: hue angle of 256.65º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F34CF is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 52 | 207 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.19 |
| HSL | 256.65º | 0.62% | 0.51% | - |
| HSV(B) | 256.65º | 0.75% | 0.81% | - |
| XYZ | 17.21 | 9.39 | 59.94 | - |
| YUV | 82.53 | 198.25 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 207 | 0.54 | 0.75 | 0 | 0.19 | 256.65 | 0.62 | 0.51 |
| Hex | 5F | 34 | CF | 36 | 4B | 0 | 13 | 101 | 3E | 33 |
| Octal | 137 | 64 | 317 | 66 | 113 | 0 | 23 | 401 | 76 | 63 |
| Binary | 1011111 | 110100 | 11001111 | 110110 | 1001011 | 0 | 10011 | 100000001 | 111110 | 110011 |
Color Harmonies of #5F34CF
Complementary color
Monochromatic Colors of #5F34CF
Black with #5F34CF
Text Example
Text Example
White with #5F34CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F34CF; }
p { color: rgb(95,52,207); }
H1.HeaderClassName
{
color: #5F34CF;
}
.AnyTagClassName
{
color: #5F34CF;
}
</style>
background-color css
<style>
a { background-color: #5F34CF; }
a { background-color: rgb(95,52,207); }
div.DivClassName
{
background-color: #5F34CF;
}
.BgClassName
{
background-color: #5F34CF;
}
</style>
border-color css
<style>
span { border-color: #5F34CF; }
span { border-color: rgb(95,52,207); }
td.TdClassName
{
border-color: #5F34CF;
}
.TagClassName
{
border-color: #5F34CF;
}
</style>