Shades of Purple Heart #672EE0
Tints of Purple Heart #672EE0
RGB
CMYK
RGB Variations
Color information
#672EE0 (or 0x672EE0) is known color: Purple Heart. HEX triplet: 67, 2E and E0. RGB value is (103,46,224). Sum of RGB (Red+Green+Blue) = 103+46+224=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 224 (87.89% from 255 or 60.05% from 373); Max value from RGB is 224 - color contains mainly: blue. Hex color #672EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672EE0 is #98D11F. Grayscale: #525252. Windows color (decimal): -10015008 or 14691943. OLE color: 14691943.
HSL color Cylindrical-coordinate representation of color #672EE0: hue angle of 259.21º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672EE0 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 103 | 46 | 224 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.12 |
| HSL | 259.21º | 0.74% | 0.53% | - |
| HSV(B) | 259.21º | 0.79% | 0.88% | - |
| XYZ | 20.03 | 10.22 | 71.44 | - |
| YUV | 83.34 | 207.38 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 224 | 0.54 | 0.79 | 0 | 0.12 | 259.21 | 0.74 | 0.53 |
| Hex | 67 | 2E | E0 | 36 | 4F | 0 | C | 103 | 4A | 35 |
| Octal | 147 | 56 | 340 | 66 | 117 | 0 | 14 | 403 | 112 | 65 |
| Binary | 1100111 | 101110 | 11100000 | 110110 | 1001111 | 0 | 1100 | 100000011 | 1001010 | 110101 |
Color Harmonies of #672EE0
Complementary color
Monochromatic Colors of #672EE0
Black with #672EE0
Text Example
Text Example
White with #672EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672EE0; }
p { color: rgb(103,46,224); }
H1.HeaderClassName
{
color: #672EE0;
}
.AnyTagClassName
{
color: #672EE0;
}
</style>
background-color css
<style>
a { background-color: #672EE0; }
a { background-color: rgb(103,46,224); }
div.DivClassName
{
background-color: #672EE0;
}
.BgClassName
{
background-color: #672EE0;
}
</style>
border-color css
<style>
span { border-color: #672EE0; }
span { border-color: rgb(103,46,224); }
td.TdClassName
{
border-color: #672EE0;
}
.TagClassName
{
border-color: #672EE0;
}
</style>