Shades of Purple Heart #673ECA
Tints of Purple Heart #673ECA
RGB
CMYK
RGB Variations
Color information
#673ECA (or 0x673ECA) is known color: Purple Heart. HEX triplet: 67, 3E and CA. RGB value is (103,62,202). Sum of RGB (Red+Green+Blue) = 103+62+202=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 202 (79.30% from 255 or 55.04% from 367); Max value from RGB is 202 - color contains mainly: blue. Hex color #673ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ECA is #98C135. Grayscale: #595959. Windows color (decimal): -10010934 or 13254247. OLE color: 13254247.
HSL color Cylindrical-coordinate representation of color #673ECA: hue angle of 257.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673ECA is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 62 | 202 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.21 |
| HSL | 257.57º | 0.57% | 0.52% | - |
| HSV(B) | 257.57º | 0.69% | 0.79% | - |
| XYZ | 17.98 | 10.59 | 56.97 | - |
| YUV | 90.22 | 191.08 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 202 | 0.49 | 0.69 | 0 | 0.21 | 257.57 | 0.57 | 0.52 |
| Hex | 67 | 3E | CA | 31 | 45 | 0 | 15 | 102 | 39 | 34 |
| Octal | 147 | 76 | 312 | 61 | 105 | 0 | 25 | 402 | 71 | 64 |
| Binary | 1100111 | 111110 | 11001010 | 110001 | 1000101 | 0 | 10101 | 100000010 | 111001 | 110100 |
Color Harmonies of #673ECA
Complementary color
Monochromatic Colors of #673ECA
Black with #673ECA
Text Example
Text Example
White with #673ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ECA; }
p { color: rgb(103,62,202); }
H1.HeaderClassName
{
color: #673ECA;
}
.AnyTagClassName
{
color: #673ECA;
}
</style>
background-color css
<style>
a { background-color: #673ECA; }
a { background-color: rgb(103,62,202); }
div.DivClassName
{
background-color: #673ECA;
}
.BgClassName
{
background-color: #673ECA;
}
</style>
border-color css
<style>
span { border-color: #673ECA; }
span { border-color: rgb(103,62,202); }
td.TdClassName
{
border-color: #673ECA;
}
.TagClassName
{
border-color: #673ECA;
}
</style>