Shades of Purple Heart #672CD0
Tints of Purple Heart #672CD0
RGB
CMYK
RGB Variations
Color information
#672CD0 (or 0x672CD0) is known color: Purple Heart. HEX triplet: 67, 2C and D0. RGB value is (103,44,208). Sum of RGB (Red+Green+Blue) = 103+44+208=355 (47% of max value = 765). Red value is 103 (40.62% from 255 or 29.01% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 208 (81.64% from 255 or 58.59% from 355); Max value from RGB is 208 - color contains mainly: blue. Hex color #672CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CD0 is #98D32F. Grayscale: #4F4F4F. Windows color (decimal): -10015536 or 13642855. OLE color: 13642855.
HSL color Cylindrical-coordinate representation of color #672CD0: hue angle of 261.59º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #672CD0 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 44 | 208 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.18 |
| HSL | 261.59º | 0.65% | 0.49% | - |
| HSV(B) | 261.59º | 0.79% | 0.82% | - |
| XYZ | 17.88 | 9.24 | 60.52 | - |
| YUV | 80.34 | 200.05 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 208 | 0.50 | 0.79 | 0 | 0.18 | 261.59 | 0.65 | 0.49 |
| Hex | 67 | 2C | D0 | 32 | 4F | 0 | 12 | 106 | 41 | 31 |
| Octal | 147 | 54 | 320 | 62 | 117 | 0 | 22 | 406 | 101 | 61 |
| Binary | 1100111 | 101100 | 11010000 | 110010 | 1001111 | 0 | 10010 | 100000110 | 1000001 | 110001 |
Color Harmonies of #672CD0
Complementary color
Monochromatic Colors of #672CD0
Black with #672CD0
Text Example
Text Example
White with #672CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CD0; }
p { color: rgb(103,44,208); }
H1.HeaderClassName
{
color: #672CD0;
}
.AnyTagClassName
{
color: #672CD0;
}
</style>
background-color css
<style>
a { background-color: #672CD0; }
a { background-color: rgb(103,44,208); }
div.DivClassName
{
background-color: #672CD0;
}
.BgClassName
{
background-color: #672CD0;
}
</style>
border-color css
<style>
span { border-color: #672CD0; }
span { border-color: rgb(103,44,208); }
td.TdClassName
{
border-color: #672CD0;
}
.TagClassName
{
border-color: #672CD0;
}
</style>