Shades of Purple Heart #672FB0
Tints of Purple Heart #672FB0
RGB
CMYK
RGB Variations
Color information
#672FB0 (or 0x672FB0) is known color: Purple Heart. HEX triplet: 67, 2F and B0. RGB value is (103,47,176). Sum of RGB (Red+Green+Blue) = 103+47+176=326 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.60% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #672FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672FB0 is #98D04F. Grayscale: #4D4D4D. Windows color (decimal): -10014800 or 11546471. OLE color: 11546471.
HSL color Cylindrical-coordinate representation of color #672FB0: hue angle of 266.05º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #672FB0 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 47 | 176 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.31 |
| HSL | 266.05º | 0.58% | 0.44% | - |
| HSV(B) | 266.05º | 0.73% | 0.69% | - |
| XYZ | 14.45 | 8.05 | 41.87 | - |
| YUV | 78.45 | 183.05 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 176 | 0.41 | 0.73 | 0 | 0.31 | 266.05 | 0.58 | 0.44 |
| Hex | 67 | 2F | B0 | 29 | 49 | 0 | 1F | 10A | 3A | 2C |
| Octal | 147 | 57 | 260 | 51 | 111 | 0 | 37 | 412 | 72 | 54 |
| Binary | 1100111 | 101111 | 10110000 | 101001 | 1001001 | 0 | 11111 | 100001010 | 111010 | 101100 |
Color Harmonies of #672FB0
Complementary color
Monochromatic Colors of #672FB0
Black with #672FB0
Text Example
Text Example
White with #672FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FB0; }
p { color: rgb(103,47,176); }
H1.HeaderClassName
{
color: #672FB0;
}
.AnyTagClassName
{
color: #672FB0;
}
</style>
background-color css
<style>
a { background-color: #672FB0; }
a { background-color: rgb(103,47,176); }
div.DivClassName
{
background-color: #672FB0;
}
.BgClassName
{
background-color: #672FB0;
}
</style>
border-color css
<style>
span { border-color: #672FB0; }
span { border-color: rgb(103,47,176); }
td.TdClassName
{
border-color: #672FB0;
}
.TagClassName
{
border-color: #672FB0;
}
</style>