Shades of Purple Heart #671EBB
Tints of Purple Heart #671EBB
RGB
CMYK
RGB Variations
Color information
#671EBB (or 0x671EBB) is known color: Purple Heart. HEX triplet: 67, 1E and BB. RGB value is (103,30,187). Sum of RGB (Red+Green+Blue) = 103+30+187=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #671EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671EBB is #98E144. Grayscale: #454545. Windows color (decimal): -10019141 or 12263015. OLE color: 12263015.
HSL color Cylindrical-coordinate representation of color #671EBB: hue angle of 267.9º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #671EBB is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 30 | 187 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.27 |
| HSL | 267.9º | 0.72% | 0.43% | - |
| HSV(B) | 267.9º | 0.84% | 0.73% | - |
| XYZ | 15.03 | 7.4 | 47.65 | - |
| YUV | 69.73 | 194.18 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 30 | 187 | 0.45 | 0.84 | 0 | 0.27 | 267.9 | 0.72 | 0.43 |
| Hex | 67 | 1E | BB | 2D | 54 | 0 | 1B | 10C | 48 | 2B |
| Octal | 147 | 36 | 273 | 55 | 124 | 0 | 33 | 414 | 110 | 53 |
| Binary | 1100111 | 11110 | 10111011 | 101101 | 1010100 | 0 | 11011 | 100001100 | 1001000 | 101011 |
Color Harmonies of #671EBB
Complementary color
Monochromatic Colors of #671EBB
Black with #671EBB
Text Example
Text Example
White with #671EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671EBB; }
p { color: rgb(103,30,187); }
H1.HeaderClassName
{
color: #671EBB;
}
.AnyTagClassName
{
color: #671EBB;
}
</style>
background-color css
<style>
a { background-color: #671EBB; }
a { background-color: rgb(103,30,187); }
div.DivClassName
{
background-color: #671EBB;
}
.BgClassName
{
background-color: #671EBB;
}
</style>
border-color css
<style>
span { border-color: #671EBB; }
span { border-color: rgb(103,30,187); }
td.TdClassName
{
border-color: #671EBB;
}
.TagClassName
{
border-color: #671EBB;
}
</style>