Shades of Purple Heart #672ADA
Tints of Purple Heart #672ADA
RGB
CMYK
RGB Variations
Color information
#672ADA (or 0x672ADA) is known color: Purple Heart. HEX triplet: 67, 2A and DA. RGB value is (103,42,218). Sum of RGB (Red+Green+Blue) = 103+42+218=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 42 (16.80% from 255 or 11.57% from 363); Blue value is 218 (85.55% from 255 or 60.06% from 363); Max value from RGB is 218 - color contains mainly: blue. Hex color #672ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672ADA is #98D525. Grayscale: #4F4F4F. Windows color (decimal): -10016038 or 14297703. OLE color: 14297703.
HSL color Cylindrical-coordinate representation of color #672ADA: hue angle of 260.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #672ADA is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 103 | 42 | 218 | - |
| CMYK | 0.53 | 0.81 | 0 | 0.15 |
| HSL | 260.8º | 0.7% | 0.51% | - |
| HSV(B) | 260.8º | 0.81% | 0.85% | - |
| XYZ | 19.08 | 9.6 | 67.18 | - |
| YUV | 80.3 | 205.71 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 218 | 0.53 | 0.81 | 0 | 0.15 | 260.8 | 0.7 | 0.51 |
| Hex | 67 | 2A | DA | 35 | 51 | 0 | F | 105 | 46 | 33 |
| Octal | 147 | 52 | 332 | 65 | 121 | 0 | 17 | 405 | 106 | 63 |
| Binary | 1100111 | 101010 | 11011010 | 110101 | 1010001 | 0 | 1111 | 100000101 | 1000110 | 110011 |
Color Harmonies of #672ADA
Complementary color
Monochromatic Colors of #672ADA
Black with #672ADA
Text Example
Text Example
White with #672ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672ADA; }
p { color: rgb(103,42,218); }
H1.HeaderClassName
{
color: #672ADA;
}
.AnyTagClassName
{
color: #672ADA;
}
</style>
background-color css
<style>
a { background-color: #672ADA; }
a { background-color: rgb(103,42,218); }
div.DivClassName
{
background-color: #672ADA;
}
.BgClassName
{
background-color: #672ADA;
}
</style>
border-color css
<style>
span { border-color: #672ADA; }
span { border-color: rgb(103,42,218); }
td.TdClassName
{
border-color: #672ADA;
}
.TagClassName
{
border-color: #672ADA;
}
</style>