Shades of Purple Heart #673DBF
Tints of Purple Heart #673DBF
RGB
CMYK
RGB Variations
Color information
#673DBF (or 0x673DBF) is known color: Purple Heart. HEX triplet: 67, 3D and BF. RGB value is (103,61,191). Sum of RGB (Red+Green+Blue) = 103+61+191=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 191 (75% from 255 or 53.80% from 355); Max value from RGB is 191 - color contains mainly: blue. Hex color #673DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DBF is #98C240. Grayscale: #575757. Windows color (decimal): -10011201 or 12533095. OLE color: 12533095.
HSL color Cylindrical-coordinate representation of color #673DBF: hue angle of 259.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673DBF is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 61 | 191 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.25 |
| HSL | 259.38º | 0.52% | 0.49% | - |
| HSV(B) | 259.38º | 0.68% | 0.75% | - |
| XYZ | 16.67 | 9.98 | 50.34 | - |
| YUV | 88.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 191 | 0.46 | 0.68 | 0 | 0.25 | 259.38 | 0.52 | 0.49 |
| Hex | 67 | 3D | BF | 2E | 44 | 0 | 19 | 103 | 34 | 31 |
| Octal | 147 | 75 | 277 | 56 | 104 | 0 | 31 | 403 | 64 | 61 |
| Binary | 1100111 | 111101 | 10111111 | 101110 | 1000100 | 0 | 11001 | 100000011 | 110100 | 110001 |
Color Harmonies of #673DBF
Complementary color
Monochromatic Colors of #673DBF
Black with #673DBF
Text Example
Text Example
White with #673DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DBF; }
p { color: rgb(103,61,191); }
H1.HeaderClassName
{
color: #673DBF;
}
.AnyTagClassName
{
color: #673DBF;
}
</style>
background-color css
<style>
a { background-color: #673DBF; }
a { background-color: rgb(103,61,191); }
div.DivClassName
{
background-color: #673DBF;
}
.BgClassName
{
background-color: #673DBF;
}
</style>
border-color css
<style>
span { border-color: #673DBF; }
span { border-color: rgb(103,61,191); }
td.TdClassName
{
border-color: #673DBF;
}
.TagClassName
{
border-color: #673DBF;
}
</style>