Shades of Purple Heart #673DDF
Tints of Purple Heart #673DDF
RGB
CMYK
RGB Variations
Color information
#673DDF (or 0x673DDF) is known color: Purple Heart. HEX triplet: 67, 3D and DF. RGB value is (103,61,223). Sum of RGB (Red+Green+Blue) = 103+61+223=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #673DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DDF is #98C220. Grayscale: #5B5B5B. Windows color (decimal): -10011169 or 14630247. OLE color: 14630247.
HSL color Cylindrical-coordinate representation of color #673DDF: hue angle of 255.56º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673DDF is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 61 | 223 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.13 |
| HSL | 255.56º | 0.72% | 0.56% | - |
| HSV(B) | 255.56º | 0.73% | 0.87% | - |
| XYZ | 20.58 | 11.55 | 70.96 | - |
| YUV | 92.03 | 201.91 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 223 | 0.54 | 0.73 | 0 | 0.13 | 255.56 | 0.72 | 0.56 |
| Hex | 67 | 3D | DF | 36 | 49 | 0 | D | 100 | 48 | 38 |
| Octal | 147 | 75 | 337 | 66 | 111 | 0 | 15 | 400 | 110 | 70 |
| Binary | 1100111 | 111101 | 11011111 | 110110 | 1001001 | 0 | 1101 | 100000000 | 1001000 | 111000 |
Color Harmonies of #673DDF
Complementary color
Monochromatic Colors of #673DDF
Black with #673DDF
Text Example
Text Example
White with #673DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DDF; }
p { color: rgb(103,61,223); }
H1.HeaderClassName
{
color: #673DDF;
}
.AnyTagClassName
{
color: #673DDF;
}
</style>
background-color css
<style>
a { background-color: #673DDF; }
a { background-color: rgb(103,61,223); }
div.DivClassName
{
background-color: #673DDF;
}
.BgClassName
{
background-color: #673DDF;
}
</style>
border-color css
<style>
span { border-color: #673DDF; }
span { border-color: rgb(103,61,223); }
td.TdClassName
{
border-color: #673DDF;
}
.TagClassName
{
border-color: #673DDF;
}
</style>