Shades of Purple Heart #673BDE
Tints of Purple Heart #673BDE
RGB
CMYK
RGB Variations
Color information
#673BDE (or 0x673BDE) is known color: Purple Heart. HEX triplet: 67, 3B and DE. RGB value is (103,59,222). Sum of RGB (Red+Green+Blue) = 103+59+222=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 59 (23.44% from 255 or 15.36% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #673BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BDE is #98C421. Grayscale: #5A5A5A. Windows color (decimal): -10011682 or 14564199. OLE color: 14564199.
HSL color Cylindrical-coordinate representation of color #673BDE: hue angle of 256.2º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673BDE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 59 | 222 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.13 |
| HSL | 256.2º | 0.71% | 0.55% | - |
| HSV(B) | 256.2º | 0.73% | 0.87% | - |
| XYZ | 20.34 | 11.29 | 70.21 | - |
| YUV | 90.74 | 202.08 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 222 | 0.54 | 0.73 | 0 | 0.13 | 256.2 | 0.71 | 0.55 |
| Hex | 67 | 3B | DE | 36 | 49 | 0 | D | 100 | 47 | 37 |
| Octal | 147 | 73 | 336 | 66 | 111 | 0 | 15 | 400 | 107 | 67 |
| Binary | 1100111 | 111011 | 11011110 | 110110 | 1001001 | 0 | 1101 | 100000000 | 1000111 | 110111 |
Color Harmonies of #673BDE
Complementary color
Monochromatic Colors of #673BDE
Black with #673BDE
Text Example
Text Example
White with #673BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BDE; }
p { color: rgb(103,59,222); }
H1.HeaderClassName
{
color: #673BDE;
}
.AnyTagClassName
{
color: #673BDE;
}
</style>
background-color css
<style>
a { background-color: #673BDE; }
a { background-color: rgb(103,59,222); }
div.DivClassName
{
background-color: #673BDE;
}
.BgClassName
{
background-color: #673BDE;
}
</style>
border-color css
<style>
span { border-color: #673BDE; }
span { border-color: rgb(103,59,222); }
td.TdClassName
{
border-color: #673BDE;
}
.TagClassName
{
border-color: #673BDE;
}
</style>