Shades of Purple Heart #671FBA
Tints of Purple Heart #671FBA
RGB
CMYK
RGB Variations
Color information
#671FBA (or 0x671FBA) is known color: Purple Heart. HEX triplet: 67, 1F and BA. RGB value is (103,31,186). Sum of RGB (Red+Green+Blue) = 103+31+186=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #671FBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671FBA is #98E045. Grayscale: #454545. Windows color (decimal): -10018886 or 12197735. OLE color: 12197735.
HSL color Cylindrical-coordinate representation of color #671FBA: hue angle of 267.87º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #671FBA is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 31 | 186 | - |
| CMYK | 0.45 | 0.83 | 0 | 0.27 |
| HSL | 267.87º | 0.71% | 0.43% | - |
| HSV(B) | 267.87º | 0.83% | 0.73% | - |
| XYZ | 14.95 | 7.41 | 47.1 | - |
| YUV | 70.2 | 193.35 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 31 | 186 | 0.45 | 0.83 | 0 | 0.27 | 267.87 | 0.71 | 0.43 |
| Hex | 67 | 1F | BA | 2D | 53 | 0 | 1B | 10C | 47 | 2B |
| Octal | 147 | 37 | 272 | 55 | 123 | 0 | 33 | 414 | 107 | 53 |
| Binary | 1100111 | 11111 | 10111010 | 101101 | 1010011 | 0 | 11011 | 100001100 | 1000111 | 101011 |
Color Harmonies of #671FBA
Complementary color
Monochromatic Colors of #671FBA
Black with #671FBA
Text Example
Text Example
White with #671FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671FBA; }
p { color: rgb(103,31,186); }
H1.HeaderClassName
{
color: #671FBA;
}
.AnyTagClassName
{
color: #671FBA;
}
</style>
background-color css
<style>
a { background-color: #671FBA; }
a { background-color: rgb(103,31,186); }
div.DivClassName
{
background-color: #671FBA;
}
.BgClassName
{
background-color: #671FBA;
}
</style>
border-color css
<style>
span { border-color: #671FBA; }
span { border-color: rgb(103,31,186); }
td.TdClassName
{
border-color: #671FBA;
}
.TagClassName
{
border-color: #671FBA;
}
</style>