Shades of Purple Heart #672CDD
Tints of Purple Heart #672CDD
RGB
CMYK
RGB Variations
Color information
#672CDD (or 0x672CDD) is known color: Purple Heart. HEX triplet: 67, 2C and DD. RGB value is (103,44,221). Sum of RGB (Red+Green+Blue) = 103+44+221=368 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.99% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 221 (86.72% from 255 or 60.05% from 368); Max value from RGB is 221 - color contains mainly: blue. Hex color #672CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #672CDD is #98D322. Grayscale: #515151. Windows color (decimal): -10015523 or 14494823. OLE color: 14494823.
HSL color Cylindrical-coordinate representation of color #672CDD: hue angle of 260º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #672CDD is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 44 | 221 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.13 |
| HSL | 260º | 0.72% | 0.52% | - |
| HSV(B) | 260º | 0.8% | 0.87% | - |
| XYZ | 19.55 | 9.91 | 69.29 | - |
| YUV | 81.82 | 206.55 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 44 | 221 | 0.53 | 0.80 | 0 | 0.13 | 260 | 0.72 | 0.52 |
| Hex | 67 | 2C | DD | 35 | 50 | 0 | D | 104 | 48 | 34 |
| Octal | 147 | 54 | 335 | 65 | 120 | 0 | 15 | 404 | 110 | 64 |
| Binary | 1100111 | 101100 | 11011101 | 110101 | 1010000 | 0 | 1101 | 100000100 | 1001000 | 110100 |
Color Harmonies of #672CDD
Complementary color
Monochromatic Colors of #672CDD
Black with #672CDD
Text Example
Text Example
White with #672CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672CDD; }
p { color: rgb(103,44,221); }
H1.HeaderClassName
{
color: #672CDD;
}
.AnyTagClassName
{
color: #672CDD;
}
</style>
background-color css
<style>
a { background-color: #672CDD; }
a { background-color: rgb(103,44,221); }
div.DivClassName
{
background-color: #672CDD;
}
.BgClassName
{
background-color: #672CDD;
}
</style>
border-color css
<style>
span { border-color: #672CDD; }
span { border-color: rgb(103,44,221); }
td.TdClassName
{
border-color: #672CDD;
}
.TagClassName
{
border-color: #672CDD;
}
</style>