Shades of Purple Heart #672FB1
Tints of Purple Heart #672FB1
RGB
CMYK
RGB Variations
Color information
#672FB1 (or 0x672FB1) is known color: Purple Heart. HEX triplet: 67, 2F and B1. RGB value is (103,47,177). Sum of RGB (Red+Green+Blue) = 103+47+177=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 47 (18.75% from 255 or 14.37% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #672FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672FB1 is #98D04E. Grayscale: #4E4E4E. Windows color (decimal): -10014799 or 11612007. OLE color: 11612007.
HSL color Cylindrical-coordinate representation of color #672FB1: hue angle of 265.85º 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 #672FB1 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 47 | 177 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.31 |
| HSL | 265.85º | 0.58% | 0.44% | - |
| HSV(B) | 265.85º | 0.73% | 0.69% | - |
| XYZ | 14.55 | 8.09 | 42.39 | - |
| YUV | 78.56 | 183.55 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 177 | 0.42 | 0.73 | 0 | 0.31 | 265.85 | 0.58 | 0.44 |
| Hex | 67 | 2F | B1 | 2A | 49 | 0 | 1F | 10A | 3A | 2C |
| Octal | 147 | 57 | 261 | 52 | 111 | 0 | 37 | 412 | 72 | 54 |
| Binary | 1100111 | 101111 | 10110001 | 101010 | 1001001 | 0 | 11111 | 100001010 | 111010 | 101100 |
Color Harmonies of #672FB1
Complementary color
Monochromatic Colors of #672FB1
Black with #672FB1
Text Example
Text Example
White with #672FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672FB1; }
p { color: rgb(103,47,177); }
H1.HeaderClassName
{
color: #672FB1;
}
.AnyTagClassName
{
color: #672FB1;
}
</style>
background-color css
<style>
a { background-color: #672FB1; }
a { background-color: rgb(103,47,177); }
div.DivClassName
{
background-color: #672FB1;
}
.BgClassName
{
background-color: #672FB1;
}
</style>
border-color css
<style>
span { border-color: #672FB1; }
span { border-color: rgb(103,47,177); }
td.TdClassName
{
border-color: #672FB1;
}
.TagClassName
{
border-color: #672FB1;
}
</style>