Shades of Purple Heart #671FB2
Tints of Purple Heart #671FB2
RGB
CMYK
RGB Variations
Color information
#671FB2 (or 0x671FB2) is known color: Purple Heart. HEX triplet: 67, 1F and B2. RGB value is (103,31,178). Sum of RGB (Red+Green+Blue) = 103+31+178=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #671FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671FB2 is #98E04D. Grayscale: #444444. Windows color (decimal): -10018894 or 11673447. OLE color: 11673447.
HSL color Cylindrical-coordinate representation of color #671FB2: hue angle of 269.39º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671FB2 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 31 | 178 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.30 |
| HSL | 269.39º | 0.7% | 0.41% | - |
| HSV(B) | 269.39º | 0.83% | 0.7% | - |
| XYZ | 14.12 | 7.08 | 42.74 | - |
| YUV | 69.29 | 189.35 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 178 | 0.42 | 0.83 | 0 | 0.30 | 269.39 | 0.7 | 0.41 |
| Hex | 67 | 1F | B2 | 2A | 53 | 0 | 1E | 10D | 46 | 29 |
| Octal | 147 | 37 | 262 | 52 | 123 | 0 | 36 | 415 | 106 | 51 |
| Binary | 1100111 | 11111 | 10110010 | 101010 | 1010011 | 0 | 11110 | 100001101 | 1000110 | 101001 |
Color Harmonies of #671FB2
Complementary color
Monochromatic Colors of #671FB2
Black with #671FB2
Text Example
Text Example
White with #671FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FB2; }
p { color: rgb(103,31,178); }
H1.HeaderClassName
{
color: #671FB2;
}
.AnyTagClassName
{
color: #671FB2;
}
</style>
background-color css
<style>
a { background-color: #671FB2; }
a { background-color: rgb(103,31,178); }
div.DivClassName
{
background-color: #671FB2;
}
.BgClassName
{
background-color: #671FB2;
}
</style>
border-color css
<style>
span { border-color: #671FB2; }
span { border-color: rgb(103,31,178); }
td.TdClassName
{
border-color: #671FB2;
}
.TagClassName
{
border-color: #671FB2;
}
</style>