Shades of Purple Heart #673DCB
Tints of Purple Heart #673DCB
RGB
CMYK
RGB Variations
Color information
#673DCB (or 0x673DCB) is known color: Purple Heart. HEX triplet: 67, 3D and CB. RGB value is (103,61,203). Sum of RGB (Red+Green+Blue) = 103+61+203=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #673DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DCB is #98C234. Grayscale: #595959. Windows color (decimal): -10011189 or 13319527. OLE color: 13319527.
HSL color Cylindrical-coordinate representation of color #673DCB: hue angle of 257.75º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673DCB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 61 | 203 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.20 |
| HSL | 257.75º | 0.58% | 0.52% | - |
| HSV(B) | 257.75º | 0.7% | 0.8% | - |
| XYZ | 18.04 | 10.53 | 57.58 | - |
| YUV | 89.75 | 191.91 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 203 | 0.49 | 0.70 | 0 | 0.20 | 257.75 | 0.58 | 0.52 |
| Hex | 67 | 3D | CB | 31 | 46 | 0 | 14 | 102 | 3A | 34 |
| Octal | 147 | 75 | 313 | 61 | 106 | 0 | 24 | 402 | 72 | 64 |
| Binary | 1100111 | 111101 | 11001011 | 110001 | 1000110 | 0 | 10100 | 100000010 | 111010 | 110100 |
Color Harmonies of #673DCB
Complementary color
Monochromatic Colors of #673DCB
Black with #673DCB
Text Example
Text Example
White with #673DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DCB; }
p { color: rgb(103,61,203); }
H1.HeaderClassName
{
color: #673DCB;
}
.AnyTagClassName
{
color: #673DCB;
}
</style>
background-color css
<style>
a { background-color: #673DCB; }
a { background-color: rgb(103,61,203); }
div.DivClassName
{
background-color: #673DCB;
}
.BgClassName
{
background-color: #673DCB;
}
</style>
border-color css
<style>
span { border-color: #673DCB; }
span { border-color: rgb(103,61,203); }
td.TdClassName
{
border-color: #673DCB;
}
.TagClassName
{
border-color: #673DCB;
}
</style>