Shades of Purple Heart #672DB3
Tints of Purple Heart #672DB3
RGB
CMYK
RGB Variations
Color information
#672DB3 (or 0x672DB3) is known color: Purple Heart. HEX triplet: 67, 2D and B3. RGB value is (103,45,179). Sum of RGB (Red+Green+Blue) = 103+45+179=327 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.50% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #672DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672DB3 is #98D24C. Grayscale: #4D4D4D. Windows color (decimal): -10015309 or 11742567. OLE color: 11742567.
HSL color Cylindrical-coordinate representation of color #672DB3: hue angle of 265.97º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #672DB3 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 45 | 179 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.30 |
| HSL | 265.97º | 0.6% | 0.44% | - |
| HSV(B) | 265.97º | 0.75% | 0.7% | - |
| XYZ | 14.67 | 8.02 | 43.42 | - |
| YUV | 77.62 | 185.22 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 179 | 0.42 | 0.75 | 0 | 0.30 | 265.97 | 0.6 | 0.44 |
| Hex | 67 | 2D | B3 | 2A | 4B | 0 | 1E | 10A | 3C | 2C |
| Octal | 147 | 55 | 263 | 52 | 113 | 0 | 36 | 412 | 74 | 54 |
| Binary | 1100111 | 101101 | 10110011 | 101010 | 1001011 | 0 | 11110 | 100001010 | 111100 | 101100 |
Color Harmonies of #672DB3
Complementary color
Monochromatic Colors of #672DB3
Black with #672DB3
Text Example
Text Example
White with #672DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672DB3; }
p { color: rgb(103,45,179); }
H1.HeaderClassName
{
color: #672DB3;
}
.AnyTagClassName
{
color: #672DB3;
}
</style>
background-color css
<style>
a { background-color: #672DB3; }
a { background-color: rgb(103,45,179); }
div.DivClassName
{
background-color: #672DB3;
}
.BgClassName
{
background-color: #672DB3;
}
</style>
border-color css
<style>
span { border-color: #672DB3; }
span { border-color: rgb(103,45,179); }
td.TdClassName
{
border-color: #672DB3;
}
.TagClassName
{
border-color: #672DB3;
}
</style>