Shades of Purple Heart #673AE0
Tints of Purple Heart #673AE0
RGB
CMYK
RGB Variations
Color information
#673AE0 (or 0x673AE0) is known color: Purple Heart. HEX triplet: 67, 3A and E0. RGB value is (103,58,224). Sum of RGB (Red+Green+Blue) = 103+58+224=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 224 (87.89% from 255 or 58.18% from 385); Max value from RGB is 224 - color contains mainly: blue. Hex color #673AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673AE0 is #98C51F. Grayscale: #595959. Windows color (decimal): -10011936 or 14695015. OLE color: 14695015.
HSL color Cylindrical-coordinate representation of color #673AE0: hue angle of 256.27º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #673AE0 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 58 | 224 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.12 |
| HSL | 256.27º | 0.73% | 0.55% | - |
| HSV(B) | 256.27º | 0.74% | 0.88% | - |
| XYZ | 20.56 | 11.29 | 71.62 | - |
| YUV | 90.38 | 203.41 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 224 | 0.54 | 0.74 | 0 | 0.12 | 256.27 | 0.73 | 0.55 |
| Hex | 67 | 3A | E0 | 36 | 4A | 0 | C | 100 | 49 | 37 |
| Octal | 147 | 72 | 340 | 66 | 112 | 0 | 14 | 400 | 111 | 67 |
| Binary | 1100111 | 111010 | 11100000 | 110110 | 1001010 | 0 | 1100 | 100000000 | 1001001 | 110111 |
Color Harmonies of #673AE0
Complementary color
Monochromatic Colors of #673AE0
Black with #673AE0
Text Example
Text Example
White with #673AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AE0; }
p { color: rgb(103,58,224); }
H1.HeaderClassName
{
color: #673AE0;
}
.AnyTagClassName
{
color: #673AE0;
}
</style>
background-color css
<style>
a { background-color: #673AE0; }
a { background-color: rgb(103,58,224); }
div.DivClassName
{
background-color: #673AE0;
}
.BgClassName
{
background-color: #673AE0;
}
</style>
border-color css
<style>
span { border-color: #673AE0; }
span { border-color: rgb(103,58,224); }
td.TdClassName
{
border-color: #673AE0;
}
.TagClassName
{
border-color: #673AE0;
}
</style>