Shades of Purple Heart #673ADC
Tints of Purple Heart #673ADC
RGB
CMYK
RGB Variations
Color information
#673ADC (or 0x673ADC) is known color: Purple Heart. HEX triplet: 67, 3A and DC. RGB value is (103,58,220). Sum of RGB (Red+Green+Blue) = 103+58+220=381 (50% of max value = 765). Red value is 103 (40.62% from 255 or 27.03% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #673ADC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673ADC is #98C523. Grayscale: #595959. Windows color (decimal): -10011940 or 14432871. OLE color: 14432871.
HSL color Cylindrical-coordinate representation of color #673ADC: hue angle of 256.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #673ADC is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 58 | 220 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.14 |
| HSL | 256.67º | 0.7% | 0.55% | - |
| HSV(B) | 256.67º | 0.74% | 0.86% | - |
| XYZ | 20.02 | 11.08 | 68.79 | - |
| YUV | 89.92 | 201.41 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 220 | 0.53 | 0.74 | 0 | 0.14 | 256.67 | 0.7 | 0.55 |
| Hex | 67 | 3A | DC | 35 | 4A | 0 | E | 101 | 46 | 37 |
| Octal | 147 | 72 | 334 | 65 | 112 | 0 | 16 | 401 | 106 | 67 |
| Binary | 1100111 | 111010 | 11011100 | 110101 | 1001010 | 0 | 1110 | 100000001 | 1000110 | 110111 |
Color Harmonies of #673ADC
Complementary color
Monochromatic Colors of #673ADC
Black with #673ADC
Text Example
Text Example
White with #673ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673ADC; }
p { color: rgb(103,58,220); }
H1.HeaderClassName
{
color: #673ADC;
}
.AnyTagClassName
{
color: #673ADC;
}
</style>
background-color css
<style>
a { background-color: #673ADC; }
a { background-color: rgb(103,58,220); }
div.DivClassName
{
background-color: #673ADC;
}
.BgClassName
{
background-color: #673ADC;
}
</style>
border-color css
<style>
span { border-color: #673ADC; }
span { border-color: rgb(103,58,220); }
td.TdClassName
{
border-color: #673ADC;
}
.TagClassName
{
border-color: #673ADC;
}
</style>