Shades of Purple Heart #673DCE
Tints of Purple Heart #673DCE
RGB
CMYK
RGB Variations
Color information
#673DCE (or 0x673DCE) is known color: Purple Heart. HEX triplet: 67, 3D and CE. RGB value is (103,61,206). Sum of RGB (Red+Green+Blue) = 103+61+206=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #673DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673DCE is #98C231. Grayscale: #595959. Windows color (decimal): -10011186 or 13516135. OLE color: 13516135.
HSL color Cylindrical-coordinate representation of color #673DCE: hue angle of 257.38º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #673DCE is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 61 | 206 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.19 |
| HSL | 257.38º | 0.6% | 0.52% | - |
| HSV(B) | 257.38º | 0.7% | 0.81% | - |
| XYZ | 18.4 | 10.68 | 59.48 | - |
| YUV | 90.09 | 193.41 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 206 | 0.50 | 0.70 | 0 | 0.19 | 257.38 | 0.6 | 0.52 |
| Hex | 67 | 3D | CE | 32 | 46 | 0 | 13 | 101 | 3C | 34 |
| Octal | 147 | 75 | 316 | 62 | 106 | 0 | 23 | 401 | 74 | 64 |
| Binary | 1100111 | 111101 | 11001110 | 110010 | 1000110 | 0 | 10011 | 100000001 | 111100 | 110100 |
Color Harmonies of #673DCE
Complementary color
Monochromatic Colors of #673DCE
Black with #673DCE
Text Example
Text Example
White with #673DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673DCE; }
p { color: rgb(103,61,206); }
H1.HeaderClassName
{
color: #673DCE;
}
.AnyTagClassName
{
color: #673DCE;
}
</style>
background-color css
<style>
a { background-color: #673DCE; }
a { background-color: rgb(103,61,206); }
div.DivClassName
{
background-color: #673DCE;
}
.BgClassName
{
background-color: #673DCE;
}
</style>
border-color css
<style>
span { border-color: #673DCE; }
span { border-color: rgb(103,61,206); }
td.TdClassName
{
border-color: #673DCE;
}
.TagClassName
{
border-color: #673DCE;
}
</style>