Shades of Purple Heart #5F34DC
Tints of Purple Heart #5F34DC
RGB
CMYK
RGB Variations
Color information
#5F34DC (or 0x5F34DC) is known color: Purple Heart. HEX triplet: 5F, 34 and DC. RGB value is (95,52,220). Sum of RGB (Red+Green+Blue) = 95+52+220=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F34DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F34DC is #A0CB23. Grayscale: #535353. Windows color (decimal): -10537764 or 14431327. OLE color: 14431327.
HSL color Cylindrical-coordinate representation of color #5F34DC: hue angle of 255.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F34DC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 52 | 220 | - |
| CMYK | 0.57 | 0.76 | 0 | 0.14 |
| HSL | 255.36º | 0.71% | 0.53% | - |
| HSV(B) | 255.36º | 0.76% | 0.86% | - |
| XYZ | 18.87 | 10.06 | 68.66 | - |
| YUV | 84.01 | 204.75 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 220 | 0.57 | 0.76 | 0 | 0.14 | 255.36 | 0.71 | 0.53 |
| Hex | 5F | 34 | DC | 39 | 4C | 0 | E | FF | 47 | 35 |
| Octal | 137 | 64 | 334 | 71 | 114 | 0 | 16 | 377 | 107 | 65 |
| Binary | 1011111 | 110100 | 11011100 | 111001 | 1001100 | 0 | 1110 | 11111111 | 1000111 | 110101 |
Color Harmonies of #5F34DC
Complementary color
Monochromatic Colors of #5F34DC
Black with #5F34DC
Text Example
Text Example
White with #5F34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F34DC; }
p { color: rgb(95,52,220); }
H1.HeaderClassName
{
color: #5F34DC;
}
.AnyTagClassName
{
color: #5F34DC;
}
</style>
background-color css
<style>
a { background-color: #5F34DC; }
a { background-color: rgb(95,52,220); }
div.DivClassName
{
background-color: #5F34DC;
}
.BgClassName
{
background-color: #5F34DC;
}
</style>
border-color css
<style>
span { border-color: #5F34DC; }
span { border-color: rgb(95,52,220); }
td.TdClassName
{
border-color: #5F34DC;
}
.TagClassName
{
border-color: #5F34DC;
}
</style>