Shades of Purple Heart #673ADE
Tints of Purple Heart #673ADE
RGB
CMYK
RGB Variations
Color information
#673ADE (or 0x673ADE) is known color: Purple Heart. HEX triplet: 67, 3A and DE. RGB value is (103,58,222). Sum of RGB (Red+Green+Blue) = 103+58+222=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #673ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ADE is #98C521. Grayscale: #595959. Windows color (decimal): -10011938 or 14563943. OLE color: 14563943.
HSL color Cylindrical-coordinate representation of color #673ADE: hue angle of 256.46º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #673ADE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 58 | 222 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.13 |
| HSL | 256.46º | 0.71% | 0.55% | - |
| HSV(B) | 256.46º | 0.74% | 0.87% | - |
| XYZ | 20.29 | 11.18 | 70.2 | - |
| YUV | 90.15 | 202.41 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 222 | 0.54 | 0.74 | 0 | 0.13 | 256.46 | 0.71 | 0.55 |
| Hex | 67 | 3A | DE | 36 | 4A | 0 | D | 100 | 47 | 37 |
| Octal | 147 | 72 | 336 | 66 | 112 | 0 | 15 | 400 | 107 | 67 |
| Binary | 1100111 | 111010 | 11011110 | 110110 | 1001010 | 0 | 1101 | 100000000 | 1000111 | 110111 |
Color Harmonies of #673ADE
Complementary color
Monochromatic Colors of #673ADE
Black with #673ADE
Text Example
Text Example
White with #673ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ADE; }
p { color: rgb(103,58,222); }
H1.HeaderClassName
{
color: #673ADE;
}
.AnyTagClassName
{
color: #673ADE;
}
</style>
background-color css
<style>
a { background-color: #673ADE; }
a { background-color: rgb(103,58,222); }
div.DivClassName
{
background-color: #673ADE;
}
.BgClassName
{
background-color: #673ADE;
}
</style>
border-color css
<style>
span { border-color: #673ADE; }
span { border-color: rgb(103,58,222); }
td.TdClassName
{
border-color: #673ADE;
}
.TagClassName
{
border-color: #673ADE;
}
</style>