Shades of Purple Heart #673FBF
Tints of Purple Heart #673FBF
RGB
CMYK
RGB Variations
Color information
#673FBF (or 0x673FBF) is known color: Purple Heart. HEX triplet: 67, 3F and BF. RGB value is (103,63,191). Sum of RGB (Red+Green+Blue) = 103+63+191=357 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.85% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #673FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FBF is #98C040. Grayscale: #595959. Windows color (decimal): -10010689 or 12533607. OLE color: 12533607.
HSL color Cylindrical-coordinate representation of color #673FBF: hue angle of 258.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673FBF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 63 | 191 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.25 |
| HSL | 258.75º | 0.5% | 0.5% | - |
| HSV(B) | 258.75º | 0.67% | 0.75% | - |
| XYZ | 16.78 | 10.2 | 50.37 | - |
| YUV | 89.55 | 185.25 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 191 | 0.46 | 0.67 | 0 | 0.25 | 258.75 | 0.5 | 0.5 |
| Hex | 67 | 3F | BF | 2E | 43 | 0 | 19 | 103 | 32 | 32 |
| Octal | 147 | 77 | 277 | 56 | 103 | 0 | 31 | 403 | 62 | 62 |
| Binary | 1100111 | 111111 | 10111111 | 101110 | 1000011 | 0 | 11001 | 100000011 | 110010 | 110010 |
Color Harmonies of #673FBF
Complementary color
Monochromatic Colors of #673FBF
Black with #673FBF
Text Example
Text Example
White with #673FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FBF; }
p { color: rgb(103,63,191); }
H1.HeaderClassName
{
color: #673FBF;
}
.AnyTagClassName
{
color: #673FBF;
}
</style>
background-color css
<style>
a { background-color: #673FBF; }
a { background-color: rgb(103,63,191); }
div.DivClassName
{
background-color: #673FBF;
}
.BgClassName
{
background-color: #673FBF;
}
</style>
border-color css
<style>
span { border-color: #673FBF; }
span { border-color: rgb(103,63,191); }
td.TdClassName
{
border-color: #673FBF;
}
.TagClassName
{
border-color: #673FBF;
}
</style>