Shades of Purple Heart #673FBC
Tints of Purple Heart #673FBC
RGB
CMYK
RGB Variations
Color information
#673FBC (or 0x673FBC) is known color: Purple Heart. HEX triplet: 67, 3F and BC. RGB value is (103,63,188). Sum of RGB (Red+Green+Blue) = 103+63+188=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #673FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FBC is #98C043. Grayscale: #585858. Windows color (decimal): -10010692 or 12336999. OLE color: 12336999.
HSL color Cylindrical-coordinate representation of color #673FBC: hue angle of 259.2º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673FBC is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 63 | 188 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.26 |
| HSL | 259.2º | 0.5% | 0.49% | - |
| HSV(B) | 259.2º | 0.66% | 0.74% | - |
| XYZ | 16.45 | 10.07 | 48.65 | - |
| YUV | 89.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 188 | 0.45 | 0.66 | 0 | 0.26 | 259.2 | 0.5 | 0.49 |
| Hex | 67 | 3F | BC | 2D | 42 | 0 | 1A | 103 | 32 | 31 |
| Octal | 147 | 77 | 274 | 55 | 102 | 0 | 32 | 403 | 62 | 61 |
| Binary | 1100111 | 111111 | 10111100 | 101101 | 1000010 | 0 | 11010 | 100000011 | 110010 | 110001 |
Color Harmonies of #673FBC
Complementary color
Monochromatic Colors of #673FBC
Black with #673FBC
Text Example
Text Example
White with #673FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FBC; }
p { color: rgb(103,63,188); }
H1.HeaderClassName
{
color: #673FBC;
}
.AnyTagClassName
{
color: #673FBC;
}
</style>
background-color css
<style>
a { background-color: #673FBC; }
a { background-color: rgb(103,63,188); }
div.DivClassName
{
background-color: #673FBC;
}
.BgClassName
{
background-color: #673FBC;
}
</style>
border-color css
<style>
span { border-color: #673FBC; }
span { border-color: rgb(103,63,188); }
td.TdClassName
{
border-color: #673FBC;
}
.TagClassName
{
border-color: #673FBC;
}
</style>