Shades of Purple Heart #672DCE
Tints of Purple Heart #672DCE
RGB
CMYK
RGB Variations
Color information
#672DCE (or 0x672DCE) is known color: Purple Heart. HEX triplet: 67, 2D and CE. RGB value is (103,45,206). Sum of RGB (Red+Green+Blue) = 103+45+206=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 206 (80.86% from 255 or 58.19% from 354); Max value from RGB is 206 - color contains mainly: blue. Hex color #672DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DCE is #98D231. Grayscale: #505050. Windows color (decimal): -10015282 or 13512039. OLE color: 13512039.
HSL color Cylindrical-coordinate representation of color #672DCE: hue angle of 261.61º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672DCE is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 45 | 206 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.19 |
| HSL | 261.61º | 0.64% | 0.49% | - |
| HSV(B) | 261.61º | 0.78% | 0.81% | - |
| XYZ | 17.67 | 9.22 | 59.24 | - |
| YUV | 80.7 | 198.72 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 206 | 0.50 | 0.78 | 0 | 0.19 | 261.61 | 0.64 | 0.49 |
| Hex | 67 | 2D | CE | 32 | 4E | 0 | 13 | 106 | 40 | 31 |
| Octal | 147 | 55 | 316 | 62 | 116 | 0 | 23 | 406 | 100 | 61 |
| Binary | 1100111 | 101101 | 11001110 | 110010 | 1001110 | 0 | 10011 | 100000110 | 1000000 | 110001 |
Color Harmonies of #672DCE
Complementary color
Monochromatic Colors of #672DCE
Black with #672DCE
Text Example
Text Example
White with #672DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DCE; }
p { color: rgb(103,45,206); }
H1.HeaderClassName
{
color: #672DCE;
}
.AnyTagClassName
{
color: #672DCE;
}
</style>
background-color css
<style>
a { background-color: #672DCE; }
a { background-color: rgb(103,45,206); }
div.DivClassName
{
background-color: #672DCE;
}
.BgClassName
{
background-color: #672DCE;
}
</style>
border-color css
<style>
span { border-color: #672DCE; }
span { border-color: rgb(103,45,206); }
td.TdClassName
{
border-color: #672DCE;
}
.TagClassName
{
border-color: #672DCE;
}
</style>