Shades of Purple Heart #673FCD
Tints of Purple Heart #673FCD
RGB
CMYK
RGB Variations
Color information
#673FCD (or 0x673FCD) is known color: Purple Heart. HEX triplet: 67, 3F and CD. RGB value is (103,63,205). Sum of RGB (Red+Green+Blue) = 103+63+205=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 63 (25% from 255 or 16.98% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #673FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FCD is #98C032. Grayscale: #5A5A5A. Windows color (decimal): -10010675 or 13451111. OLE color: 13451111.
HSL color Cylindrical-coordinate representation of color #673FCD: hue angle of 256.9º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673FCD is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 63 | 205 | - |
| CMYK | 0.50 | 0.69 | 0 | 0.20 |
| HSL | 256.9º | 0.59% | 0.53% | - |
| HSV(B) | 256.9º | 0.69% | 0.8% | - |
| XYZ | 18.39 | 10.85 | 58.88 | - |
| YUV | 91.15 | 192.25 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 205 | 0.50 | 0.69 | 0 | 0.20 | 256.9 | 0.59 | 0.53 |
| Hex | 67 | 3F | CD | 32 | 45 | 0 | 14 | 101 | 3B | 35 |
| Octal | 147 | 77 | 315 | 62 | 105 | 0 | 24 | 401 | 73 | 65 |
| Binary | 1100111 | 111111 | 11001101 | 110010 | 1000101 | 0 | 10100 | 100000001 | 111011 | 110101 |
Color Harmonies of #673FCD
Complementary color
Monochromatic Colors of #673FCD
Black with #673FCD
Text Example
Text Example
White with #673FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FCD; }
p { color: rgb(103,63,205); }
H1.HeaderClassName
{
color: #673FCD;
}
.AnyTagClassName
{
color: #673FCD;
}
</style>
background-color css
<style>
a { background-color: #673FCD; }
a { background-color: rgb(103,63,205); }
div.DivClassName
{
background-color: #673FCD;
}
.BgClassName
{
background-color: #673FCD;
}
</style>
border-color css
<style>
span { border-color: #673FCD; }
span { border-color: rgb(103,63,205); }
td.TdClassName
{
border-color: #673FCD;
}
.TagClassName
{
border-color: #673FCD;
}
</style>