Shades of Purple Heart #673BCE
Tints of Purple Heart #673BCE
RGB
CMYK
RGB Variations
Color information
#673BCE (or 0x673BCE) is known color: Purple Heart. HEX triplet: 67, 3B and CE. RGB value is (103,59,206). Sum of RGB (Red+Green+Blue) = 103+59+206=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #673BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BCE is #98C431. Grayscale: #585858. Windows color (decimal): -10011698 or 13515623. OLE color: 13515623.
HSL color Cylindrical-coordinate representation of color #673BCE: hue angle of 257.96º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #673BCE is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 59 | 206 | - |
| CMYK | 0.50 | 0.71 | 0 | 0.19 |
| HSL | 257.96º | 0.6% | 0.52% | - |
| HSV(B) | 257.96º | 0.71% | 0.81% | - |
| XYZ | 18.3 | 10.47 | 59.45 | - |
| YUV | 88.91 | 194.08 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 206 | 0.50 | 0.71 | 0 | 0.19 | 257.96 | 0.6 | 0.52 |
| Hex | 67 | 3B | CE | 32 | 47 | 0 | 13 | 102 | 3C | 34 |
| Octal | 147 | 73 | 316 | 62 | 107 | 0 | 23 | 402 | 74 | 64 |
| Binary | 1100111 | 111011 | 11001110 | 110010 | 1000111 | 0 | 10011 | 100000010 | 111100 | 110100 |
Color Harmonies of #673BCE
Complementary color
Monochromatic Colors of #673BCE
Black with #673BCE
Text Example
Text Example
White with #673BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BCE; }
p { color: rgb(103,59,206); }
H1.HeaderClassName
{
color: #673BCE;
}
.AnyTagClassName
{
color: #673BCE;
}
</style>
background-color css
<style>
a { background-color: #673BCE; }
a { background-color: rgb(103,59,206); }
div.DivClassName
{
background-color: #673BCE;
}
.BgClassName
{
background-color: #673BCE;
}
</style>
border-color css
<style>
span { border-color: #673BCE; }
span { border-color: rgb(103,59,206); }
td.TdClassName
{
border-color: #673BCE;
}
.TagClassName
{
border-color: #673BCE;
}
</style>