Shades of Purple Heart #673ACE
Tints of Purple Heart #673ACE
RGB
CMYK
RGB Variations
Color information
#673ACE (or 0x673ACE) is known color: Purple Heart. HEX triplet: 67, 3A and CE. RGB value is (103,58,206). Sum of RGB (Red+Green+Blue) = 103+58+206=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #673ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ACE is #98C531. Grayscale: #575757. Windows color (decimal): -10011954 or 13515367. OLE color: 13515367.
HSL color Cylindrical-coordinate representation of color #673ACE: hue angle of 258.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673ACE is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 58 | 206 | - |
| CMYK | 0.50 | 0.72 | 0 | 0.19 |
| HSL | 258.24º | 0.6% | 0.52% | - |
| HSV(B) | 258.24º | 0.72% | 0.81% | - |
| XYZ | 18.25 | 10.37 | 59.43 | - |
| YUV | 88.33 | 194.41 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 206 | 0.50 | 0.72 | 0 | 0.19 | 258.24 | 0.6 | 0.52 |
| Hex | 67 | 3A | CE | 32 | 48 | 0 | 13 | 102 | 3C | 34 |
| Octal | 147 | 72 | 316 | 62 | 110 | 0 | 23 | 402 | 74 | 64 |
| Binary | 1100111 | 111010 | 11001110 | 110010 | 1001000 | 0 | 10011 | 100000010 | 111100 | 110100 |
Color Harmonies of #673ACE
Complementary color
Monochromatic Colors of #673ACE
Black with #673ACE
Text Example
Text Example
White with #673ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ACE; }
p { color: rgb(103,58,206); }
H1.HeaderClassName
{
color: #673ACE;
}
.AnyTagClassName
{
color: #673ACE;
}
</style>
background-color css
<style>
a { background-color: #673ACE; }
a { background-color: rgb(103,58,206); }
div.DivClassName
{
background-color: #673ACE;
}
.BgClassName
{
background-color: #673ACE;
}
</style>
border-color css
<style>
span { border-color: #673ACE; }
span { border-color: rgb(103,58,206); }
td.TdClassName
{
border-color: #673ACE;
}
.TagClassName
{
border-color: #673ACE;
}
</style>