Shades of Purple Heart #671EB4
Tints of Purple Heart #671EB4
RGB
CMYK
RGB Variations
Color information
#671EB4 (or 0x671EB4) is known color: Purple Heart. HEX triplet: 67, 1E and B4. RGB value is (103,30,180). Sum of RGB (Red+Green+Blue) = 103+30+180=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 180 (70.70% from 255 or 57.51% from 313); Max value from RGB is 180 - color contains mainly: blue. Hex color #671EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EB4 is #98E14B. Grayscale: #444444. Windows color (decimal): -10019148 or 11804263. OLE color: 11804263.
HSL color Cylindrical-coordinate representation of color #671EB4: hue angle of 269.2º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671EB4 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 30 | 180 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.29 |
| HSL | 269.2º | 0.71% | 0.41% | - |
| HSV(B) | 269.2º | 0.83% | 0.71% | - |
| XYZ | 14.3 | 7.11 | 43.8 | - |
| YUV | 68.93 | 190.68 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 180 | 0.43 | 0.83 | 0 | 0.29 | 269.2 | 0.71 | 0.41 |
| Hex | 67 | 1E | B4 | 2B | 53 | 0 | 1D | 10D | 47 | 29 |
| Octal | 147 | 36 | 264 | 53 | 123 | 0 | 35 | 415 | 107 | 51 |
| Binary | 1100111 | 11110 | 10110100 | 101011 | 1010011 | 0 | 11101 | 100001101 | 1000111 | 101001 |
Color Harmonies of #671EB4
Complementary color
Monochromatic Colors of #671EB4
Black with #671EB4
Text Example
Text Example
White with #671EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671EB4; }
p { color: rgb(103,30,180); }
H1.HeaderClassName
{
color: #671EB4;
}
.AnyTagClassName
{
color: #671EB4;
}
</style>
background-color css
<style>
a { background-color: #671EB4; }
a { background-color: rgb(103,30,180); }
div.DivClassName
{
background-color: #671EB4;
}
.BgClassName
{
background-color: #671EB4;
}
</style>
border-color css
<style>
span { border-color: #671EB4; }
span { border-color: rgb(103,30,180); }
td.TdClassName
{
border-color: #671EB4;
}
.TagClassName
{
border-color: #671EB4;
}
</style>