Shades of Purple Heart #672FD0
Tints of Purple Heart #672FD0
RGB
CMYK
RGB Variations
Color information
#672FD0 (or 0x672FD0) is known color: Purple Heart. HEX triplet: 67, 2F and D0. RGB value is (103,47,208). Sum of RGB (Red+Green+Blue) = 103+47+208=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 208 (81.64% from 255 or 58.10% from 358); Max value from RGB is 208 - color contains mainly: blue. Hex color #672FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672FD0 is #98D02F. Grayscale: #515151. Windows color (decimal): -10014768 or 13643623. OLE color: 13643623.
HSL color Cylindrical-coordinate representation of color #672FD0: hue angle of 260.87º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672FD0 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 103 | 47 | 208 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.18 |
| HSL | 260.87º | 0.63% | 0.5% | - |
| HSV(B) | 260.87º | 0.77% | 0.82% | - |
| XYZ | 18 | 9.47 | 60.55 | - |
| YUV | 82.1 | 199.05 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 208 | 0.50 | 0.77 | 0 | 0.18 | 260.87 | 0.63 | 0.5 |
| Hex | 67 | 2F | D0 | 32 | 4D | 0 | 12 | 105 | 3F | 32 |
| Octal | 147 | 57 | 320 | 62 | 115 | 0 | 22 | 405 | 77 | 62 |
| Binary | 1100111 | 101111 | 11010000 | 110010 | 1001101 | 0 | 10010 | 100000101 | 111111 | 110010 |
Color Harmonies of #672FD0
Complementary color
Monochromatic Colors of #672FD0
Black with #672FD0
Text Example
Text Example
White with #672FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FD0; }
p { color: rgb(103,47,208); }
H1.HeaderClassName
{
color: #672FD0;
}
.AnyTagClassName
{
color: #672FD0;
}
</style>
background-color css
<style>
a { background-color: #672FD0; }
a { background-color: rgb(103,47,208); }
div.DivClassName
{
background-color: #672FD0;
}
.BgClassName
{
background-color: #672FD0;
}
</style>
border-color css
<style>
span { border-color: #672FD0; }
span { border-color: rgb(103,47,208); }
td.TdClassName
{
border-color: #672FD0;
}
.TagClassName
{
border-color: #672FD0;
}
</style>