Shades of Purple Heart #673DC0
Tints of Purple Heart #673DC0
RGB
CMYK
RGB Variations
Color information
#673DC0 (or 0x673DC0) is known color: Purple Heart. HEX triplet: 67, 3D and C0. RGB value is (103,61,192). Sum of RGB (Red+Green+Blue) = 103+61+192=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #673DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DC0 is #98C23F. Grayscale: #585858. Windows color (decimal): -10011200 or 12598631. OLE color: 12598631.
HSL color Cylindrical-coordinate representation of color #673DC0: hue angle of 259.24º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #673DC0 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 61 | 192 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.25 |
| HSL | 259.24º | 0.52% | 0.5% | - |
| HSV(B) | 259.24º | 0.68% | 0.75% | - |
| XYZ | 16.78 | 10.03 | 50.92 | - |
| YUV | 88.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 192 | 0.46 | 0.68 | 0 | 0.25 | 259.24 | 0.52 | 0.5 |
| Hex | 67 | 3D | C0 | 2E | 44 | 0 | 19 | 103 | 34 | 32 |
| Octal | 147 | 75 | 300 | 56 | 104 | 0 | 31 | 403 | 64 | 62 |
| Binary | 1100111 | 111101 | 11000000 | 101110 | 1000100 | 0 | 11001 | 100000011 | 110100 | 110010 |
Color Harmonies of #673DC0
Complementary color
Monochromatic Colors of #673DC0
Black with #673DC0
Text Example
Text Example
White with #673DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DC0; }
p { color: rgb(103,61,192); }
H1.HeaderClassName
{
color: #673DC0;
}
.AnyTagClassName
{
color: #673DC0;
}
</style>
background-color css
<style>
a { background-color: #673DC0; }
a { background-color: rgb(103,61,192); }
div.DivClassName
{
background-color: #673DC0;
}
.BgClassName
{
background-color: #673DC0;
}
</style>
border-color css
<style>
span { border-color: #673DC0; }
span { border-color: rgb(103,61,192); }
td.TdClassName
{
border-color: #673DC0;
}
.TagClassName
{
border-color: #673DC0;
}
</style>