Shades of Purple Heart #673BBE
Tints of Purple Heart #673BBE
RGB
CMYK
RGB Variations
Color information
#673BBE (or 0x673BBE) is known color: Purple Heart. HEX triplet: 67, 3B and BE. RGB value is (103,59,190). Sum of RGB (Red+Green+Blue) = 103+59+190=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #673BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BBE is #98C441. Grayscale: #565656. Windows color (decimal): -10011714 or 12467047. OLE color: 12467047.
HSL color Cylindrical-coordinate representation of color #673BBE: hue angle of 260.15º 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 #673BBE is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 59 | 190 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.25 |
| HSL | 260.15º | 0.53% | 0.49% | - |
| HSV(B) | 260.15º | 0.69% | 0.75% | - |
| XYZ | 16.45 | 9.73 | 49.73 | - |
| YUV | 87.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 190 | 0.46 | 0.69 | 0 | 0.25 | 260.15 | 0.53 | 0.49 |
| Hex | 67 | 3B | BE | 2E | 45 | 0 | 19 | 104 | 35 | 31 |
| Octal | 147 | 73 | 276 | 56 | 105 | 0 | 31 | 404 | 65 | 61 |
| Binary | 1100111 | 111011 | 10111110 | 101110 | 1000101 | 0 | 11001 | 100000100 | 110101 | 110001 |
Color Harmonies of #673BBE
Complementary color
Monochromatic Colors of #673BBE
Black with #673BBE
Text Example
Text Example
White with #673BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BBE; }
p { color: rgb(103,59,190); }
H1.HeaderClassName
{
color: #673BBE;
}
.AnyTagClassName
{
color: #673BBE;
}
</style>
background-color css
<style>
a { background-color: #673BBE; }
a { background-color: rgb(103,59,190); }
div.DivClassName
{
background-color: #673BBE;
}
.BgClassName
{
background-color: #673BBE;
}
</style>
border-color css
<style>
span { border-color: #673BBE; }
span { border-color: rgb(103,59,190); }
td.TdClassName
{
border-color: #673BBE;
}
.TagClassName
{
border-color: #673BBE;
}
</style>