Shades of Purple Heart #673CE0
Tints of Purple Heart #673CE0
RGB
CMYK
RGB Variations
Color information
#673CE0 (or 0x673CE0) is known color: Purple Heart. HEX triplet: 67, 3C and E0. RGB value is (103,60,224). Sum of RGB (Red+Green+Blue) = 103+60+224=387 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.61% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 224 (87.89% from 255 or 57.88% from 387); Max value from RGB is 224 - color contains mainly: blue. Hex color #673CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CE0 is #98C31F. Grayscale: #5A5A5A. Windows color (decimal): -10011424 or 14695527. OLE color: 14695527.
HSL color Cylindrical-coordinate representation of color #673CE0: hue angle of 255.73º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673CE0 is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 60 | 224 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.12 |
| HSL | 255.73º | 0.73% | 0.56% | - |
| HSV(B) | 255.73º | 0.73% | 0.88% | - |
| XYZ | 20.66 | 11.5 | 71.65 | - |
| YUV | 91.55 | 202.75 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 224 | 0.54 | 0.73 | 0 | 0.12 | 255.73 | 0.73 | 0.56 |
| Hex | 67 | 3C | E0 | 36 | 49 | 0 | C | 100 | 49 | 38 |
| Octal | 147 | 74 | 340 | 66 | 111 | 0 | 14 | 400 | 111 | 70 |
| Binary | 1100111 | 111100 | 11100000 | 110110 | 1001001 | 0 | 1100 | 100000000 | 1001001 | 111000 |
Color Harmonies of #673CE0
Complementary color
Monochromatic Colors of #673CE0
Black with #673CE0
Text Example
Text Example
White with #673CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CE0; }
p { color: rgb(103,60,224); }
H1.HeaderClassName
{
color: #673CE0;
}
.AnyTagClassName
{
color: #673CE0;
}
</style>
background-color css
<style>
a { background-color: #673CE0; }
a { background-color: rgb(103,60,224); }
div.DivClassName
{
background-color: #673CE0;
}
.BgClassName
{
background-color: #673CE0;
}
</style>
border-color css
<style>
span { border-color: #673CE0; }
span { border-color: rgb(103,60,224); }
td.TdClassName
{
border-color: #673CE0;
}
.TagClassName
{
border-color: #673CE0;
}
</style>