Shades of Purple Heart #673CCA
Tints of Purple Heart #673CCA
RGB
CMYK
RGB Variations
Color information
#673CCA (or 0x673CCA) is known color: Purple Heart. HEX triplet: 67, 3C and CA. RGB value is (103,60,202). Sum of RGB (Red+Green+Blue) = 103+60+202=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #673CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CCA is #98C335. Grayscale: #585858. Windows color (decimal): -10011446 or 13253735. OLE color: 13253735.
HSL color Cylindrical-coordinate representation of color #673CCA: hue angle of 258.17º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673CCA is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 103 | 60 | 202 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.21 |
| HSL | 258.17º | 0.57% | 0.51% | - |
| HSV(B) | 258.17º | 0.7% | 0.79% | - |
| XYZ | 17.87 | 10.38 | 56.94 | - |
| YUV | 89.05 | 191.75 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 202 | 0.49 | 0.70 | 0 | 0.21 | 258.17 | 0.57 | 0.51 |
| Hex | 67 | 3C | CA | 31 | 46 | 0 | 15 | 102 | 39 | 33 |
| Octal | 147 | 74 | 312 | 61 | 106 | 0 | 25 | 402 | 71 | 63 |
| Binary | 1100111 | 111100 | 11001010 | 110001 | 1000110 | 0 | 10101 | 100000010 | 111001 | 110011 |
Color Harmonies of #673CCA
Complementary color
Monochromatic Colors of #673CCA
Black with #673CCA
Text Example
Text Example
White with #673CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CCA; }
p { color: rgb(103,60,202); }
H1.HeaderClassName
{
color: #673CCA;
}
.AnyTagClassName
{
color: #673CCA;
}
</style>
background-color css
<style>
a { background-color: #673CCA; }
a { background-color: rgb(103,60,202); }
div.DivClassName
{
background-color: #673CCA;
}
.BgClassName
{
background-color: #673CCA;
}
</style>
border-color css
<style>
span { border-color: #673CCA; }
span { border-color: rgb(103,60,202); }
td.TdClassName
{
border-color: #673CCA;
}
.TagClassName
{
border-color: #673CCA;
}
</style>