Shades of Purple Heart #673DDA
Tints of Purple Heart #673DDA
RGB
CMYK
RGB Variations
Color information
#673DDA (or 0x673DDA) is known color: Purple Heart. HEX triplet: 67, 3D and DA. RGB value is (103,61,218). Sum of RGB (Red+Green+Blue) = 103+61+218=382 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.96% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #673DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DDA is #98C225. Grayscale: #5A5A5A. Windows color (decimal): -10011174 or 14302567. OLE color: 14302567.
HSL color Cylindrical-coordinate representation of color #673DDA: hue angle of 256.05º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673DDA is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 61 | 218 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.15 |
| HSL | 256.05º | 0.68% | 0.55% | - |
| HSV(B) | 256.05º | 0.72% | 0.85% | - |
| XYZ | 19.92 | 11.28 | 67.46 | - |
| YUV | 91.46 | 199.41 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 218 | 0.53 | 0.72 | 0 | 0.15 | 256.05 | 0.68 | 0.55 |
| Hex | 67 | 3D | DA | 35 | 48 | 0 | F | 100 | 44 | 37 |
| Octal | 147 | 75 | 332 | 65 | 110 | 0 | 17 | 400 | 104 | 67 |
| Binary | 1100111 | 111101 | 11011010 | 110101 | 1001000 | 0 | 1111 | 100000000 | 1000100 | 110111 |
Color Harmonies of #673DDA
Complementary color
Monochromatic Colors of #673DDA
Black with #673DDA
Text Example
Text Example
White with #673DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DDA; }
p { color: rgb(103,61,218); }
H1.HeaderClassName
{
color: #673DDA;
}
.AnyTagClassName
{
color: #673DDA;
}
</style>
background-color css
<style>
a { background-color: #673DDA; }
a { background-color: rgb(103,61,218); }
div.DivClassName
{
background-color: #673DDA;
}
.BgClassName
{
background-color: #673DDA;
}
</style>
border-color css
<style>
span { border-color: #673DDA; }
span { border-color: rgb(103,61,218); }
td.TdClassName
{
border-color: #673DDA;
}
.TagClassName
{
border-color: #673DDA;
}
</style>