Shades of Purple Heart #673CDD
Tints of Purple Heart #673CDD
RGB
CMYK
RGB Variations
Color information
#673CDD (or 0x673CDD) is known color: Purple Heart. HEX triplet: 67, 3C and DD. RGB value is (103,60,221). Sum of RGB (Red+Green+Blue) = 103+60+221=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #673CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673CDD is #98C322. Grayscale: #5A5A5A. Windows color (decimal): -10011427 or 14498919. OLE color: 14498919.
HSL color Cylindrical-coordinate representation of color #673CDD: hue angle of 256.02º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #673CDD is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 103 | 60 | 221 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.13 |
| HSL | 256.02º | 0.7% | 0.55% | - |
| HSV(B) | 256.02º | 0.73% | 0.87% | - |
| XYZ | 20.26 | 11.34 | 69.53 | - |
| YUV | 91.21 | 201.25 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 221 | 0.53 | 0.73 | 0 | 0.13 | 256.02 | 0.7 | 0.55 |
| Hex | 67 | 3C | DD | 35 | 49 | 0 | D | 100 | 46 | 37 |
| Octal | 147 | 74 | 335 | 65 | 111 | 0 | 15 | 400 | 106 | 67 |
| Binary | 1100111 | 111100 | 11011101 | 110101 | 1001001 | 0 | 1101 | 100000000 | 1000110 | 110111 |
Color Harmonies of #673CDD
Complementary color
Monochromatic Colors of #673CDD
Black with #673CDD
Text Example
Text Example
White with #673CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CDD; }
p { color: rgb(103,60,221); }
H1.HeaderClassName
{
color: #673CDD;
}
.AnyTagClassName
{
color: #673CDD;
}
</style>
background-color css
<style>
a { background-color: #673CDD; }
a { background-color: rgb(103,60,221); }
div.DivClassName
{
background-color: #673CDD;
}
.BgClassName
{
background-color: #673CDD;
}
</style>
border-color css
<style>
span { border-color: #673CDD; }
span { border-color: rgb(103,60,221); }
td.TdClassName
{
border-color: #673CDD;
}
.TagClassName
{
border-color: #673CDD;
}
</style>