Shades of Purple Heart #673CDB
Tints of Purple Heart #673CDB
RGB
CMYK
RGB Variations
Color information
#673CDB (or 0x673CDB) is known color: Purple Heart. HEX triplet: 67, 3C and DB. RGB value is (103,60,219). Sum of RGB (Red+Green+Blue) = 103+60+219=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #673CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CDB is #98C324. Grayscale: #5A5A5A. Windows color (decimal): -10011429 or 14367847. OLE color: 14367847.
HSL color Cylindrical-coordinate representation of color #673CDB: hue angle of 256.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673CDB is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 60 | 219 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.14 |
| HSL | 256.23º | 0.69% | 0.55% | - |
| HSV(B) | 256.23º | 0.73% | 0.86% | - |
| XYZ | 20 | 11.23 | 68.13 | - |
| YUV | 90.98 | 200.25 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 219 | 0.53 | 0.73 | 0 | 0.14 | 256.23 | 0.69 | 0.55 |
| Hex | 67 | 3C | DB | 35 | 49 | 0 | E | 100 | 45 | 37 |
| Octal | 147 | 74 | 333 | 65 | 111 | 0 | 16 | 400 | 105 | 67 |
| Binary | 1100111 | 111100 | 11011011 | 110101 | 1001001 | 0 | 1110 | 100000000 | 1000101 | 110111 |
Color Harmonies of #673CDB
Complementary color
Monochromatic Colors of #673CDB
Black with #673CDB
Text Example
Text Example
White with #673CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CDB; }
p { color: rgb(103,60,219); }
H1.HeaderClassName
{
color: #673CDB;
}
.AnyTagClassName
{
color: #673CDB;
}
</style>
background-color css
<style>
a { background-color: #673CDB; }
a { background-color: rgb(103,60,219); }
div.DivClassName
{
background-color: #673CDB;
}
.BgClassName
{
background-color: #673CDB;
}
</style>
border-color css
<style>
span { border-color: #673CDB; }
span { border-color: rgb(103,60,219); }
td.TdClassName
{
border-color: #673CDB;
}
.TagClassName
{
border-color: #673CDB;
}
</style>