Shades of Purple Heart #673FBD
Tints of Purple Heart #673FBD
RGB
CMYK
RGB Variations
Color information
#673FBD (or 0x673FBD) is known color: Purple Heart. HEX triplet: 67, 3F and BD. RGB value is (103,63,189). Sum of RGB (Red+Green+Blue) = 103+63+189=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #673FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FBD is #98C042. Grayscale: #585858. Windows color (decimal): -10010691 or 12402535. OLE color: 12402535.
HSL color Cylindrical-coordinate representation of color #673FBD: hue angle of 259.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #673FBD is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 63 | 189 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.26 |
| HSL | 259.05º | 0.5% | 0.49% | - |
| HSV(B) | 259.05º | 0.67% | 0.74% | - |
| XYZ | 16.56 | 10.11 | 49.22 | - |
| YUV | 89.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 189 | 0.46 | 0.67 | 0 | 0.26 | 259.05 | 0.5 | 0.49 |
| Hex | 67 | 3F | BD | 2E | 43 | 0 | 1A | 103 | 32 | 31 |
| Octal | 147 | 77 | 275 | 56 | 103 | 0 | 32 | 403 | 62 | 61 |
| Binary | 1100111 | 111111 | 10111101 | 101110 | 1000011 | 0 | 11010 | 100000011 | 110010 | 110001 |
Color Harmonies of #673FBD
Complementary color
Monochromatic Colors of #673FBD
Black with #673FBD
Text Example
Text Example
White with #673FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FBD; }
p { color: rgb(103,63,189); }
H1.HeaderClassName
{
color: #673FBD;
}
.AnyTagClassName
{
color: #673FBD;
}
</style>
background-color css
<style>
a { background-color: #673FBD; }
a { background-color: rgb(103,63,189); }
div.DivClassName
{
background-color: #673FBD;
}
.BgClassName
{
background-color: #673FBD;
}
</style>
border-color css
<style>
span { border-color: #673FBD; }
span { border-color: rgb(103,63,189); }
td.TdClassName
{
border-color: #673FBD;
}
.TagClassName
{
border-color: #673FBD;
}
</style>