Shades of Purple Heart #672CD5
Tints of Purple Heart #672CD5
RGB
CMYK
RGB Variations
Color information
#672CD5 (or 0x672CD5) is known color: Purple Heart. HEX triplet: 67, 2C and D5. RGB value is (103,44,213). Sum of RGB (Red+Green+Blue) = 103+44+213=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 213 (83.59% from 255 or 59.17% from 360); Max value from RGB is 213 - color contains mainly: blue. Hex color #672CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CD5 is #98D32A. Grayscale: #505050. Windows color (decimal): -10015531 or 13970535. OLE color: 13970535.
HSL color Cylindrical-coordinate representation of color #672CD5: hue angle of 260.95º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672CD5 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 44 | 213 | - |
| CMYK | 0.52 | 0.79 | 0 | 0.16 |
| HSL | 260.95º | 0.67% | 0.5% | - |
| HSV(B) | 260.95º | 0.79% | 0.84% | - |
| XYZ | 18.5 | 9.49 | 63.81 | - |
| YUV | 80.91 | 202.55 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 213 | 0.52 | 0.79 | 0 | 0.16 | 260.95 | 0.67 | 0.5 |
| Hex | 67 | 2C | D5 | 34 | 4F | 0 | 10 | 105 | 43 | 32 |
| Octal | 147 | 54 | 325 | 64 | 117 | 0 | 20 | 405 | 103 | 62 |
| Binary | 1100111 | 101100 | 11010101 | 110100 | 1001111 | 0 | 10000 | 100000101 | 1000011 | 110010 |
Color Harmonies of #672CD5
Complementary color
Monochromatic Colors of #672CD5
Black with #672CD5
Text Example
Text Example
White with #672CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CD5; }
p { color: rgb(103,44,213); }
H1.HeaderClassName
{
color: #672CD5;
}
.AnyTagClassName
{
color: #672CD5;
}
</style>
background-color css
<style>
a { background-color: #672CD5; }
a { background-color: rgb(103,44,213); }
div.DivClassName
{
background-color: #672CD5;
}
.BgClassName
{
background-color: #672CD5;
}
</style>
border-color css
<style>
span { border-color: #672CD5; }
span { border-color: rgb(103,44,213); }
td.TdClassName
{
border-color: #672CD5;
}
.TagClassName
{
border-color: #672CD5;
}
</style>