Shades of Purple Heart #673CBF
Tints of Purple Heart #673CBF
RGB
CMYK
RGB Variations
Color information
#673CBF (or 0x673CBF) is known color: Purple Heart. HEX triplet: 67, 3C and BF. RGB value is (103,60,191). Sum of RGB (Red+Green+Blue) = 103+60+191=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #673CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CBF is #98C340. Grayscale: #575757. Windows color (decimal): -10011457 or 12532839. OLE color: 12532839.
HSL color Cylindrical-coordinate representation of color #673CBF: hue angle of 259.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673CBF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 60 | 191 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.25 |
| HSL | 259.69º | 0.52% | 0.49% | - |
| HSV(B) | 259.69º | 0.69% | 0.75% | - |
| XYZ | 16.61 | 9.88 | 50.32 | - |
| YUV | 87.79 | 186.25 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 191 | 0.46 | 0.69 | 0 | 0.25 | 259.69 | 0.52 | 0.49 |
| Hex | 67 | 3C | BF | 2E | 45 | 0 | 19 | 104 | 34 | 31 |
| Octal | 147 | 74 | 277 | 56 | 105 | 0 | 31 | 404 | 64 | 61 |
| Binary | 1100111 | 111100 | 10111111 | 101110 | 1000101 | 0 | 11001 | 100000100 | 110100 | 110001 |
Color Harmonies of #673CBF
Complementary color
Monochromatic Colors of #673CBF
Black with #673CBF
Text Example
Text Example
White with #673CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CBF; }
p { color: rgb(103,60,191); }
H1.HeaderClassName
{
color: #673CBF;
}
.AnyTagClassName
{
color: #673CBF;
}
</style>
background-color css
<style>
a { background-color: #673CBF; }
a { background-color: rgb(103,60,191); }
div.DivClassName
{
background-color: #673CBF;
}
.BgClassName
{
background-color: #673CBF;
}
</style>
border-color css
<style>
span { border-color: #673CBF; }
span { border-color: rgb(103,60,191); }
td.TdClassName
{
border-color: #673CBF;
}
.TagClassName
{
border-color: #673CBF;
}
</style>