Shades of Purple Heart #673BC1
Tints of Purple Heart #673BC1
RGB
CMYK
RGB Variations
Color information
#673BC1 (or 0x673BC1) is known color: Purple Heart. HEX triplet: 67, 3B and C1. RGB value is (103,59,193). Sum of RGB (Red+Green+Blue) = 103+59+193=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 193 (75.78% from 255 or 54.37% from 355); Max value from RGB is 193 - color contains mainly: blue. Hex color #673BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BC1 is #98C43E. Grayscale: #565656. Windows color (decimal): -10011711 or 12663655. OLE color: 12663655.
HSL color Cylindrical-coordinate representation of color #673BC1: hue angle of 259.7º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673BC1 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 59 | 193 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.24 |
| HSL | 259.7º | 0.53% | 0.49% | - |
| HSV(B) | 259.7º | 0.69% | 0.76% | - |
| XYZ | 16.78 | 9.86 | 51.47 | - |
| YUV | 87.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 193 | 0.47 | 0.69 | 0 | 0.24 | 259.7 | 0.53 | 0.49 |
| Hex | 67 | 3B | C1 | 2F | 45 | 0 | 18 | 104 | 35 | 31 |
| Octal | 147 | 73 | 301 | 57 | 105 | 0 | 30 | 404 | 65 | 61 |
| Binary | 1100111 | 111011 | 11000001 | 101111 | 1000101 | 0 | 11000 | 100000100 | 110101 | 110001 |
Color Harmonies of #673BC1
Complementary color
Monochromatic Colors of #673BC1
Black with #673BC1
Text Example
Text Example
White with #673BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BC1; }
p { color: rgb(103,59,193); }
H1.HeaderClassName
{
color: #673BC1;
}
.AnyTagClassName
{
color: #673BC1;
}
</style>
background-color css
<style>
a { background-color: #673BC1; }
a { background-color: rgb(103,59,193); }
div.DivClassName
{
background-color: #673BC1;
}
.BgClassName
{
background-color: #673BC1;
}
</style>
border-color css
<style>
span { border-color: #673BC1; }
span { border-color: rgb(103,59,193); }
td.TdClassName
{
border-color: #673BC1;
}
.TagClassName
{
border-color: #673BC1;
}
</style>