Shades of Purple Heart #672ACD
Tints of Purple Heart #672ACD
RGB
CMYK
RGB Variations
Color information
#672ACD (or 0x672ACD) is known color: Purple Heart. HEX triplet: 67, 2A and CD. RGB value is (103,42,205). Sum of RGB (Red+Green+Blue) = 103+42+205=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 42 (16.80% from 255 or 12% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #672ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ACD is #98D532. Grayscale: #4E4E4E. Windows color (decimal): -10016051 or 13445735. OLE color: 13445735.
HSL color Cylindrical-coordinate representation of color #672ACD: hue angle of 262.45º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672ACD is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 42 | 205 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.20 |
| HSL | 262.45º | 0.66% | 0.48% | - |
| HSV(B) | 262.45º | 0.8% | 0.8% | - |
| XYZ | 17.44 | 8.95 | 58.57 | - |
| YUV | 78.82 | 199.21 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 205 | 0.50 | 0.80 | 0 | 0.20 | 262.45 | 0.66 | 0.48 |
| Hex | 67 | 2A | CD | 32 | 50 | 0 | 14 | 106 | 42 | 30 |
| Octal | 147 | 52 | 315 | 62 | 120 | 0 | 24 | 406 | 102 | 60 |
| Binary | 1100111 | 101010 | 11001101 | 110010 | 1010000 | 0 | 10100 | 100000110 | 1000010 | 110000 |
Color Harmonies of #672ACD
Complementary color
Monochromatic Colors of #672ACD
Black with #672ACD
Text Example
Text Example
White with #672ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ACD; }
p { color: rgb(103,42,205); }
H1.HeaderClassName
{
color: #672ACD;
}
.AnyTagClassName
{
color: #672ACD;
}
</style>
background-color css
<style>
a { background-color: #672ACD; }
a { background-color: rgb(103,42,205); }
div.DivClassName
{
background-color: #672ACD;
}
.BgClassName
{
background-color: #672ACD;
}
</style>
border-color css
<style>
span { border-color: #672ACD; }
span { border-color: rgb(103,42,205); }
td.TdClassName
{
border-color: #672ACD;
}
.TagClassName
{
border-color: #672ACD;
}
</style>