Shades of Purple Heart #673FD1
Tints of Purple Heart #673FD1
RGB
CMYK
RGB Variations
Color information
#673FD1 (or 0x673FD1) is known color: Purple Heart. HEX triplet: 67, 3F and D1. RGB value is (103,63,209). Sum of RGB (Red+Green+Blue) = 103+63+209=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 209 (82.03% from 255 or 55.73% from 375); Max value from RGB is 209 - color contains mainly: blue. Hex color #673FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FD1 is #98C02E. Grayscale: #5B5B5B. Windows color (decimal): -10010671 or 13713255. OLE color: 13713255.
HSL color Cylindrical-coordinate representation of color #673FD1: hue angle of 256.44º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673FD1 is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 63 | 209 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.18 |
| HSL | 256.44º | 0.61% | 0.53% | - |
| HSV(B) | 256.44º | 0.7% | 0.82% | - |
| XYZ | 18.88 | 11.04 | 61.46 | - |
| YUV | 91.6 | 194.25 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 209 | 0.51 | 0.70 | 0 | 0.18 | 256.44 | 0.61 | 0.53 |
| Hex | 67 | 3F | D1 | 33 | 46 | 0 | 12 | 100 | 3D | 35 |
| Octal | 147 | 77 | 321 | 63 | 106 | 0 | 22 | 400 | 75 | 65 |
| Binary | 1100111 | 111111 | 11010001 | 110011 | 1000110 | 0 | 10010 | 100000000 | 111101 | 110101 |
Color Harmonies of #673FD1
Complementary color
Monochromatic Colors of #673FD1
Black with #673FD1
Text Example
Text Example
White with #673FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FD1; }
p { color: rgb(103,63,209); }
H1.HeaderClassName
{
color: #673FD1;
}
.AnyTagClassName
{
color: #673FD1;
}
</style>
background-color css
<style>
a { background-color: #673FD1; }
a { background-color: rgb(103,63,209); }
div.DivClassName
{
background-color: #673FD1;
}
.BgClassName
{
background-color: #673FD1;
}
</style>
border-color css
<style>
span { border-color: #673FD1; }
span { border-color: rgb(103,63,209); }
td.TdClassName
{
border-color: #673FD1;
}
.TagClassName
{
border-color: #673FD1;
}
</style>