Shades of Purple Heart #673BBC
Tints of Purple Heart #673BBC
RGB
CMYK
RGB Variations
Color information
#673BBC (or 0x673BBC) is known color: Purple Heart. HEX triplet: 67, 3B and BC. RGB value is (103,59,188). Sum of RGB (Red+Green+Blue) = 103+59+188=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #673BBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BBC is #98C443. Grayscale: #565656. Windows color (decimal): -10011716 or 12335975. OLE color: 12335975.
HSL color Cylindrical-coordinate representation of color #673BBC: hue angle of 260.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673BBC is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 59 | 188 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.26 |
| HSL | 260.47º | 0.52% | 0.48% | - |
| HSV(B) | 260.47º | 0.69% | 0.74% | - |
| XYZ | 16.23 | 9.64 | 48.58 | - |
| YUV | 86.86 | 185.08 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 188 | 0.45 | 0.69 | 0 | 0.26 | 260.47 | 0.52 | 0.48 |
| Hex | 67 | 3B | BC | 2D | 45 | 0 | 1A | 104 | 34 | 30 |
| Octal | 147 | 73 | 274 | 55 | 105 | 0 | 32 | 404 | 64 | 60 |
| Binary | 1100111 | 111011 | 10111100 | 101101 | 1000101 | 0 | 11010 | 100000100 | 110100 | 110000 |
Color Harmonies of #673BBC
Complementary color
Monochromatic Colors of #673BBC
Black with #673BBC
Text Example
Text Example
White with #673BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BBC; }
p { color: rgb(103,59,188); }
H1.HeaderClassName
{
color: #673BBC;
}
.AnyTagClassName
{
color: #673BBC;
}
</style>
background-color css
<style>
a { background-color: #673BBC; }
a { background-color: rgb(103,59,188); }
div.DivClassName
{
background-color: #673BBC;
}
.BgClassName
{
background-color: #673BBC;
}
</style>
border-color css
<style>
span { border-color: #673BBC; }
span { border-color: rgb(103,59,188); }
td.TdClassName
{
border-color: #673BBC;
}
.TagClassName
{
border-color: #673BBC;
}
</style>