Shades of Purple Heart #672ECB
Tints of Purple Heart #672ECB
RGB
CMYK
RGB Variations
Color information
#672ECB (or 0x672ECB) is known color: Purple Heart. HEX triplet: 67, 2E and CB. RGB value is (103,46,203). Sum of RGB (Red+Green+Blue) = 103+46+203=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 46 (18.36% from 255 or 13.07% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #672ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ECB is #98D134. Grayscale: #505050. Windows color (decimal): -10015029 or 13315687. OLE color: 13315687.
HSL color Cylindrical-coordinate representation of color #672ECB: hue angle of 261.78º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672ECB is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 46 | 203 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.20 |
| HSL | 261.78º | 0.63% | 0.49% | - |
| HSV(B) | 261.78º | 0.77% | 0.8% | - |
| XYZ | 17.35 | 9.15 | 57.35 | - |
| YUV | 80.94 | 196.88 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 46 | 203 | 0.49 | 0.77 | 0 | 0.20 | 261.78 | 0.63 | 0.49 |
| Hex | 67 | 2E | CB | 31 | 4D | 0 | 14 | 106 | 3F | 31 |
| Octal | 147 | 56 | 313 | 61 | 115 | 0 | 24 | 406 | 77 | 61 |
| Binary | 1100111 | 101110 | 11001011 | 110001 | 1001101 | 0 | 10100 | 100000110 | 111111 | 110001 |
Color Harmonies of #672ECB
Complementary color
Monochromatic Colors of #672ECB
Black with #672ECB
Text Example
Text Example
White with #672ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ECB; }
p { color: rgb(103,46,203); }
H1.HeaderClassName
{
color: #672ECB;
}
.AnyTagClassName
{
color: #672ECB;
}
</style>
background-color css
<style>
a { background-color: #672ECB; }
a { background-color: rgb(103,46,203); }
div.DivClassName
{
background-color: #672ECB;
}
.BgClassName
{
background-color: #672ECB;
}
</style>
border-color css
<style>
span { border-color: #672ECB; }
span { border-color: rgb(103,46,203); }
td.TdClassName
{
border-color: #672ECB;
}
.TagClassName
{
border-color: #672ECB;
}
</style>