Shades of Purple Heart #673AB5
Tints of Purple Heart #673AB5
RGB
CMYK
RGB Variations
Color information
#673AB5 (or 0x673AB5) is known color: Purple Heart. HEX triplet: 67, 3A and B5. RGB value is (103,58,181). Sum of RGB (Red+Green+Blue) = 103+58+181=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 181 (71.09% from 255 or 52.92% from 342); Max value from RGB is 181 - color contains mainly: blue. Hex color #673AB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673AB5 is #98C54A. Grayscale: #555555. Windows color (decimal): -10011979 or 11876967. OLE color: 11876967.
HSL color Cylindrical-coordinate representation of color #673AB5: hue angle of 261.95º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673AB5 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 58 | 181 | - |
| CMYK | 0.43 | 0.68 | 0 | 0.29 |
| HSL | 261.95º | 0.51% | 0.47% | - |
| HSV(B) | 261.95º | 0.68% | 0.71% | - |
| XYZ | 15.45 | 9.25 | 44.69 | - |
| YUV | 85.48 | 181.91 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 181 | 0.43 | 0.68 | 0 | 0.29 | 261.95 | 0.51 | 0.47 |
| Hex | 67 | 3A | B5 | 2B | 44 | 0 | 1D | 106 | 33 | 2F |
| Octal | 147 | 72 | 265 | 53 | 104 | 0 | 35 | 406 | 63 | 57 |
| Binary | 1100111 | 111010 | 10110101 | 101011 | 1000100 | 0 | 11101 | 100000110 | 110011 | 101111 |
Color Harmonies of #673AB5
Complementary color
Monochromatic Colors of #673AB5
Black with #673AB5
Text Example
Text Example
White with #673AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673AB5; }
p { color: rgb(103,58,181); }
H1.HeaderClassName
{
color: #673AB5;
}
.AnyTagClassName
{
color: #673AB5;
}
</style>
background-color css
<style>
a { background-color: #673AB5; }
a { background-color: rgb(103,58,181); }
div.DivClassName
{
background-color: #673AB5;
}
.BgClassName
{
background-color: #673AB5;
}
</style>
border-color css
<style>
span { border-color: #673AB5; }
span { border-color: rgb(103,58,181); }
td.TdClassName
{
border-color: #673AB5;
}
.TagClassName
{
border-color: #673AB5;
}
</style>