Shades of Purple Heart #671EB0
Tints of Purple Heart #671EB0
RGB
CMYK
RGB Variations
Color information
#671EB0 (or 0x671EB0) is known color: Purple Heart. HEX triplet: 67, 1E and B0. RGB value is (103,30,176). Sum of RGB (Red+Green+Blue) = 103+30+176=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 30 (12.11% from 255 or 9.71% from 309); Blue value is 176 (69.14% from 255 or 56.96% from 309); Max value from RGB is 176 - color contains mainly: blue. Hex color #671EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671EB0 is #98E14F. Grayscale: #434343. Windows color (decimal): -10019152 or 11542119. OLE color: 11542119.
HSL color Cylindrical-coordinate representation of color #671EB0: hue angle of 270º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671EB0 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 30 | 176 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.31 |
| HSL | 270º | 0.71% | 0.4% | - |
| HSV(B) | 270º | 0.83% | 0.69% | - |
| XYZ | 13.89 | 6.95 | 41.68 | - |
| YUV | 68.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 176 | 0.41 | 0.83 | 0 | 0.31 | 270 | 0.71 | 0.4 |
| Hex | 67 | 1E | B0 | 29 | 53 | 0 | 1F | 10E | 47 | 28 |
| Octal | 147 | 36 | 260 | 51 | 123 | 0 | 37 | 416 | 107 | 50 |
| Binary | 1100111 | 11110 | 10110000 | 101001 | 1010011 | 0 | 11111 | 100001110 | 1000111 | 101000 |
Color Harmonies of #671EB0
Complementary color
Monochromatic Colors of #671EB0
Black with #671EB0
Text Example
Text Example
White with #671EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671EB0; }
p { color: rgb(103,30,176); }
H1.HeaderClassName
{
color: #671EB0;
}
.AnyTagClassName
{
color: #671EB0;
}
</style>
background-color css
<style>
a { background-color: #671EB0; }
a { background-color: rgb(103,30,176); }
div.DivClassName
{
background-color: #671EB0;
}
.BgClassName
{
background-color: #671EB0;
}
</style>
border-color css
<style>
span { border-color: #671EB0; }
span { border-color: rgb(103,30,176); }
td.TdClassName
{
border-color: #671EB0;
}
.TagClassName
{
border-color: #671EB0;
}
</style>