Shades of Purple Heart #673BD5
Tints of Purple Heart #673BD5
RGB
CMYK
RGB Variations
Color information
#673BD5 (or 0x673BD5) is known color: Purple Heart. HEX triplet: 67, 3B and D5. RGB value is (103,59,213). Sum of RGB (Red+Green+Blue) = 103+59+213=375 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.47% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 213 (83.59% from 255 or 56.8% from 375); Max value from RGB is 213 - color contains mainly: blue. Hex color #673BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BD5 is #98C42A. Grayscale: #595959. Windows color (decimal): -10011691 or 13974375. OLE color: 13974375.
HSL color Cylindrical-coordinate representation of color #673BD5: hue angle of 257.14º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673BD5 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 59 | 213 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.16 |
| HSL | 257.14º | 0.65% | 0.53% | - |
| HSV(B) | 257.14º | 0.72% | 0.84% | - |
| XYZ | 19.17 | 10.82 | 64.03 | - |
| YUV | 89.71 | 197.58 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 213 | 0.52 | 0.72 | 0 | 0.16 | 257.14 | 0.65 | 0.53 |
| Hex | 67 | 3B | D5 | 34 | 48 | 0 | 10 | 101 | 41 | 35 |
| Octal | 147 | 73 | 325 | 64 | 110 | 0 | 20 | 401 | 101 | 65 |
| Binary | 1100111 | 111011 | 11010101 | 110100 | 1001000 | 0 | 10000 | 100000001 | 1000001 | 110101 |
Color Harmonies of #673BD5
Complementary color
Monochromatic Colors of #673BD5
Black with #673BD5
Text Example
Text Example
White with #673BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BD5; }
p { color: rgb(103,59,213); }
H1.HeaderClassName
{
color: #673BD5;
}
.AnyTagClassName
{
color: #673BD5;
}
</style>
background-color css
<style>
a { background-color: #673BD5; }
a { background-color: rgb(103,59,213); }
div.DivClassName
{
background-color: #673BD5;
}
.BgClassName
{
background-color: #673BD5;
}
</style>
border-color css
<style>
span { border-color: #673BD5; }
span { border-color: rgb(103,59,213); }
td.TdClassName
{
border-color: #673BD5;
}
.TagClassName
{
border-color: #673BD5;
}
</style>