Shades of Purple Heart #673CDE
Tints of Purple Heart #673CDE
RGB
CMYK
RGB Variations
Color information
#673CDE (or 0x673CDE) is known color: Purple Heart. HEX triplet: 67, 3C and DE. RGB value is (103,60,222). Sum of RGB (Red+Green+Blue) = 103+60+222=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #673CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CDE is #98C321. Grayscale: #5A5A5A. Windows color (decimal): -10011426 or 14564455. OLE color: 14564455.
HSL color Cylindrical-coordinate representation of color #673CDE: hue angle of 255.93º 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 #673CDE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 60 | 222 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.13 |
| HSL | 255.93º | 0.71% | 0.55% | - |
| HSV(B) | 255.93º | 0.73% | 0.87% | - |
| XYZ | 20.39 | 11.39 | 70.23 | - |
| YUV | 91.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 222 | 0.54 | 0.73 | 0 | 0.13 | 255.93 | 0.71 | 0.55 |
| Hex | 67 | 3C | DE | 36 | 49 | 0 | D | 100 | 47 | 37 |
| Octal | 147 | 74 | 336 | 66 | 111 | 0 | 15 | 400 | 107 | 67 |
| Binary | 1100111 | 111100 | 11011110 | 110110 | 1001001 | 0 | 1101 | 100000000 | 1000111 | 110111 |
Color Harmonies of #673CDE
Complementary color
Monochromatic Colors of #673CDE
Black with #673CDE
Text Example
Text Example
White with #673CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CDE; }
p { color: rgb(103,60,222); }
H1.HeaderClassName
{
color: #673CDE;
}
.AnyTagClassName
{
color: #673CDE;
}
</style>
background-color css
<style>
a { background-color: #673CDE; }
a { background-color: rgb(103,60,222); }
div.DivClassName
{
background-color: #673CDE;
}
.BgClassName
{
background-color: #673CDE;
}
</style>
border-color css
<style>
span { border-color: #673CDE; }
span { border-color: rgb(103,60,222); }
td.TdClassName
{
border-color: #673CDE;
}
.TagClassName
{
border-color: #673CDE;
}
</style>