Shades of Purple Heart #673ADF
Tints of Purple Heart #673ADF
RGB
CMYK
RGB Variations
Color information
#673ADF (or 0x673ADF) is known color: Purple Heart. HEX triplet: 67, 3A and DF. RGB value is (103,58,223). Sum of RGB (Red+Green+Blue) = 103+58+223=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #673ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ADF is #98C520. Grayscale: #595959. Windows color (decimal): -10011937 or 14629479. OLE color: 14629479.
HSL color Cylindrical-coordinate representation of color #673ADF: hue angle of 256.36º degrees, saturation: 0.72, 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 #673ADF is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 58 | 223 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.13 |
| HSL | 256.36º | 0.72% | 0.55% | - |
| HSV(B) | 256.36º | 0.74% | 0.87% | - |
| XYZ | 20.43 | 11.24 | 70.9 | - |
| YUV | 90.27 | 202.91 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 223 | 0.54 | 0.74 | 0 | 0.13 | 256.36 | 0.72 | 0.55 |
| Hex | 67 | 3A | DF | 36 | 4A | 0 | D | 100 | 48 | 37 |
| Octal | 147 | 72 | 337 | 66 | 112 | 0 | 15 | 400 | 110 | 67 |
| Binary | 1100111 | 111010 | 11011111 | 110110 | 1001010 | 0 | 1101 | 100000000 | 1001000 | 110111 |
Color Harmonies of #673ADF
Complementary color
Monochromatic Colors of #673ADF
Black with #673ADF
Text Example
Text Example
White with #673ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ADF; }
p { color: rgb(103,58,223); }
H1.HeaderClassName
{
color: #673ADF;
}
.AnyTagClassName
{
color: #673ADF;
}
</style>
background-color css
<style>
a { background-color: #673ADF; }
a { background-color: rgb(103,58,223); }
div.DivClassName
{
background-color: #673ADF;
}
.BgClassName
{
background-color: #673ADF;
}
</style>
border-color css
<style>
span { border-color: #673ADF; }
span { border-color: rgb(103,58,223); }
td.TdClassName
{
border-color: #673ADF;
}
.TagClassName
{
border-color: #673ADF;
}
</style>