Shades of Purple Heart #391CCB
Tints of Purple Heart #391CCB
RGB
CMYK
RGB Variations
Color information
#391CCB (or 0x391CCB) is known color: Purple Heart. HEX triplet: 39, 1C and CB. RGB value is (57,28,203). Sum of RGB (Red+Green+Blue) = 57+28+203=288 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.79% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 203 (79.69% from 255 or 70.49% from 288); Max value from RGB is 203 - color contains mainly: blue. Hex color #391CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #391CCB is #C6E334. Grayscale: #373737. Windows color (decimal): -13034293 or 13311033. OLE color: 13311033.
HSL color Cylindrical-coordinate representation of color #391CCB: hue angle of 249.94º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #391CCB is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 28 | 203 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.20 |
| HSL | 249.94º | 0.76% | 0.45% | - |
| HSV(B) | 249.94º | 0.86% | 0.8% | - |
| XYZ | 12.88 | 6.01 | 56.98 | - |
| YUV | 56.62 | 210.61 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 28 | 203 | 0.72 | 0.86 | 0 | 0.20 | 249.94 | 0.76 | 0.45 |
| Hex | 39 | 1C | CB | 48 | 56 | 0 | 14 | FA | 4C | 2D |
| Octal | 71 | 34 | 313 | 110 | 126 | 0 | 24 | 372 | 114 | 55 |
| Binary | 111001 | 11100 | 11001011 | 1001000 | 1010110 | 0 | 10100 | 11111010 | 1001100 | 101101 |
Color Harmonies of #391CCB
Complementary color
Monochromatic Colors of #391CCB
Black with #391CCB
Text Example
Text Example
White with #391CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #391CCB; }
p { color: rgb(57,28,203); }
H1.HeaderClassName
{
color: #391CCB;
}
.AnyTagClassName
{
color: #391CCB;
}
</style>
background-color css
<style>
a { background-color: #391CCB; }
a { background-color: rgb(57,28,203); }
div.DivClassName
{
background-color: #391CCB;
}
.BgClassName
{
background-color: #391CCB;
}
</style>
border-color css
<style>
span { border-color: #391CCB; }
span { border-color: rgb(57,28,203); }
td.TdClassName
{
border-color: #391CCB;
}
.TagClassName
{
border-color: #391CCB;
}
</style>