Shades of Purple Heart #673BDD
Tints of Purple Heart #673BDD
RGB
CMYK
RGB Variations
Color information
#673BDD (or 0x673BDD) is known color: Purple Heart. HEX triplet: 67, 3B and DD. RGB value is (103,59,221). Sum of RGB (Red+Green+Blue) = 103+59+221=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 59 (23.44% from 255 or 15.40% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #673BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BDD is #98C422. Grayscale: #5A5A5A. Windows color (decimal): -10011683 or 14498663. OLE color: 14498663.
HSL color Cylindrical-coordinate representation of color #673BDD: hue angle of 256.3º degrees, saturation: 0.7, 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 #673BDD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 59 | 221 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 256.3º | 0.7% | 0.55% | - |
| HSV(B) | 256.3º | 0.73% | 0.87% | - |
| XYZ | 20.21 | 11.23 | 69.51 | - |
| YUV | 90.62 | 201.58 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 221 | 0.53 | 0.73 | 0 | 0.13 | 256.3 | 0.7 | 0.55 |
| Hex | 67 | 3B | DD | 35 | 49 | 0 | D | 100 | 46 | 37 |
| Octal | 147 | 73 | 335 | 65 | 111 | 0 | 15 | 400 | 106 | 67 |
| Binary | 1100111 | 111011 | 11011101 | 110101 | 1001001 | 0 | 1101 | 100000000 | 1000110 | 110111 |
Color Harmonies of #673BDD
Complementary color
Monochromatic Colors of #673BDD
Black with #673BDD
Text Example
Text Example
White with #673BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BDD; }
p { color: rgb(103,59,221); }
H1.HeaderClassName
{
color: #673BDD;
}
.AnyTagClassName
{
color: #673BDD;
}
</style>
background-color css
<style>
a { background-color: #673BDD; }
a { background-color: rgb(103,59,221); }
div.DivClassName
{
background-color: #673BDD;
}
.BgClassName
{
background-color: #673BDD;
}
</style>
border-color css
<style>
span { border-color: #673BDD; }
span { border-color: rgb(103,59,221); }
td.TdClassName
{
border-color: #673BDD;
}
.TagClassName
{
border-color: #673BDD;
}
</style>