Shades of Purple Heart #673FBB
Tints of Purple Heart #673FBB
RGB
CMYK
RGB Variations
Color information
#673FBB (or 0x673FBB) is known color: Purple Heart. HEX triplet: 67, 3F and BB. RGB value is (103,63,187). Sum of RGB (Red+Green+Blue) = 103+63+187=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #673FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FBB is #98C044. Grayscale: #585858. Windows color (decimal): -10010693 or 12271463. OLE color: 12271463.
HSL color Cylindrical-coordinate representation of color #673FBB: hue angle of 259.35º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673FBB is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 63 | 187 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.27 |
| HSL | 259.35º | 0.5% | 0.49% | - |
| HSV(B) | 259.35º | 0.66% | 0.73% | - |
| XYZ | 16.34 | 10.03 | 48.09 | - |
| YUV | 89.1 | 183.25 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 187 | 0.45 | 0.66 | 0 | 0.27 | 259.35 | 0.5 | 0.49 |
| Hex | 67 | 3F | BB | 2D | 42 | 0 | 1B | 103 | 32 | 31 |
| Octal | 147 | 77 | 273 | 55 | 102 | 0 | 33 | 403 | 62 | 61 |
| Binary | 1100111 | 111111 | 10111011 | 101101 | 1000010 | 0 | 11011 | 100000011 | 110010 | 110001 |
Color Harmonies of #673FBB
Complementary color
Monochromatic Colors of #673FBB
Black with #673FBB
Text Example
Text Example
White with #673FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FBB; }
p { color: rgb(103,63,187); }
H1.HeaderClassName
{
color: #673FBB;
}
.AnyTagClassName
{
color: #673FBB;
}
</style>
background-color css
<style>
a { background-color: #673FBB; }
a { background-color: rgb(103,63,187); }
div.DivClassName
{
background-color: #673FBB;
}
.BgClassName
{
background-color: #673FBB;
}
</style>
border-color css
<style>
span { border-color: #673FBB; }
span { border-color: rgb(103,63,187); }
td.TdClassName
{
border-color: #673FBB;
}
.TagClassName
{
border-color: #673FBB;
}
</style>