Shades of Purple Heart #673DDC
Tints of Purple Heart #673DDC
RGB
CMYK
RGB Variations
Color information
#673DDC (or 0x673DDC) is known color: Purple Heart. HEX triplet: 67, 3D and DC. RGB value is (103,61,220). Sum of RGB (Red+Green+Blue) = 103+61+220=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #673DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DDC is #98C223. Grayscale: #5B5B5B. Windows color (decimal): -10011172 or 14433639. OLE color: 14433639.
HSL color Cylindrical-coordinate representation of color #673DDC: hue angle of 255.85º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673DDC is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 103 | 61 | 220 | - |
| CMYK | 0.53 | 0.72 | 0 | 0.14 |
| HSL | 255.85º | 0.69% | 0.55% | - |
| HSV(B) | 255.85º | 0.72% | 0.86% | - |
| XYZ | 20.18 | 11.39 | 68.84 | - |
| YUV | 91.68 | 200.41 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 220 | 0.53 | 0.72 | 0 | 0.14 | 255.85 | 0.69 | 0.55 |
| Hex | 67 | 3D | DC | 35 | 48 | 0 | E | 100 | 45 | 37 |
| Octal | 147 | 75 | 334 | 65 | 110 | 0 | 16 | 400 | 105 | 67 |
| Binary | 1100111 | 111101 | 11011100 | 110101 | 1001000 | 0 | 1110 | 100000000 | 1000101 | 110111 |
Color Harmonies of #673DDC
Complementary color
Monochromatic Colors of #673DDC
Black with #673DDC
Text Example
Text Example
White with #673DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DDC; }
p { color: rgb(103,61,220); }
H1.HeaderClassName
{
color: #673DDC;
}
.AnyTagClassName
{
color: #673DDC;
}
</style>
background-color css
<style>
a { background-color: #673DDC; }
a { background-color: rgb(103,61,220); }
div.DivClassName
{
background-color: #673DDC;
}
.BgClassName
{
background-color: #673DDC;
}
</style>
border-color css
<style>
span { border-color: #673DDC; }
span { border-color: rgb(103,61,220); }
td.TdClassName
{
border-color: #673DDC;
}
.TagClassName
{
border-color: #673DDC;
}
</style>