Shades of Purple Heart #671CBF
Tints of Purple Heart #671CBF
RGB
CMYK
RGB Variations
Color information
#671CBF (or 0x671CBF) is known color: Purple Heart. HEX triplet: 67, 1C and BF. RGB value is (103,28,191). Sum of RGB (Red+Green+Blue) = 103+28+191=322 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.99% from 322); Green value is 28 (11.33% from 255 or 8.70% from 322); Blue value is 191 (75% from 255 or 59.32% from 322); Max value from RGB is 191 - color contains mainly: blue. Hex color #671CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #671CBF is #98E340. Grayscale: #444444. Windows color (decimal): -10019649 or 12524647. OLE color: 12524647.
HSL color Cylindrical-coordinate representation of color #671CBF: hue angle of 267.61º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #671CBF is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 28 | 191 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.25 |
| HSL | 267.61º | 0.74% | 0.43% | - |
| HSV(B) | 267.61º | 0.85% | 0.75% | - |
| XYZ | 15.41 | 7.48 | 49.92 | - |
| YUV | 69.01 | 196.85 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 28 | 191 | 0.46 | 0.85 | 0 | 0.25 | 267.61 | 0.74 | 0.43 |
| Hex | 67 | 1C | BF | 2E | 55 | 0 | 19 | 10C | 4A | 2B |
| Octal | 147 | 34 | 277 | 56 | 125 | 0 | 31 | 414 | 112 | 53 |
| Binary | 1100111 | 11100 | 10111111 | 101110 | 1010101 | 0 | 11001 | 100001100 | 1001010 | 101011 |
Color Harmonies of #671CBF
Complementary color
Monochromatic Colors of #671CBF
Black with #671CBF
Text Example
Text Example
White with #671CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671CBF; }
p { color: rgb(103,28,191); }
H1.HeaderClassName
{
color: #671CBF;
}
.AnyTagClassName
{
color: #671CBF;
}
</style>
background-color css
<style>
a { background-color: #671CBF; }
a { background-color: rgb(103,28,191); }
div.DivClassName
{
background-color: #671CBF;
}
.BgClassName
{
background-color: #671CBF;
}
</style>
border-color css
<style>
span { border-color: #671CBF; }
span { border-color: rgb(103,28,191); }
td.TdClassName
{
border-color: #671CBF;
}
.TagClassName
{
border-color: #671CBF;
}
</style>