Shades of Purple Heart #673ABE
Tints of Purple Heart #673ABE
RGB
CMYK
RGB Variations
Color information
#673ABE (or 0x673ABE) is known color: Purple Heart. HEX triplet: 67, 3A and BE. RGB value is (103,58,190). Sum of RGB (Red+Green+Blue) = 103+58+190=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #673ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ABE is #98C541. Grayscale: #565656. Windows color (decimal): -10011970 or 12466791. OLE color: 12466791.
HSL color Cylindrical-coordinate representation of color #673ABE: hue angle of 260.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673ABE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 58 | 190 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.25 |
| HSL | 260.45º | 0.53% | 0.49% | - |
| HSV(B) | 260.45º | 0.69% | 0.75% | - |
| XYZ | 16.4 | 9.63 | 49.71 | - |
| YUV | 86.5 | 186.41 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 190 | 0.46 | 0.69 | 0 | 0.25 | 260.45 | 0.53 | 0.49 |
| Hex | 67 | 3A | BE | 2E | 45 | 0 | 19 | 104 | 35 | 31 |
| Octal | 147 | 72 | 276 | 56 | 105 | 0 | 31 | 404 | 65 | 61 |
| Binary | 1100111 | 111010 | 10111110 | 101110 | 1000101 | 0 | 11001 | 100000100 | 110101 | 110001 |
Color Harmonies of #673ABE
Complementary color
Monochromatic Colors of #673ABE
Black with #673ABE
Text Example
Text Example
White with #673ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ABE; }
p { color: rgb(103,58,190); }
H1.HeaderClassName
{
color: #673ABE;
}
.AnyTagClassName
{
color: #673ABE;
}
</style>
background-color css
<style>
a { background-color: #673ABE; }
a { background-color: rgb(103,58,190); }
div.DivClassName
{
background-color: #673ABE;
}
.BgClassName
{
background-color: #673ABE;
}
</style>
border-color css
<style>
span { border-color: #673ABE; }
span { border-color: rgb(103,58,190); }
td.TdClassName
{
border-color: #673ABE;
}
.TagClassName
{
border-color: #673ABE;
}
</style>