Shades of Purple Heart #673BCB
Tints of Purple Heart #673BCB
RGB
CMYK
RGB Variations
Color information
#673BCB (or 0x673BCB) is known color: Purple Heart. HEX triplet: 67, 3B and CB. RGB value is (103,59,203). Sum of RGB (Red+Green+Blue) = 103+59+203=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #673BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673BCB is #98C434. Grayscale: #585858. Windows color (decimal): -10011701 or 13319015. OLE color: 13319015.
HSL color Cylindrical-coordinate representation of color #673BCB: hue angle of 258.33º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #673BCB is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 59 | 203 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.20 |
| HSL | 258.33º | 0.58% | 0.51% | - |
| HSV(B) | 258.33º | 0.71% | 0.8% | - |
| XYZ | 17.94 | 10.32 | 57.55 | - |
| YUV | 88.57 | 192.58 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 59 | 203 | 0.49 | 0.71 | 0 | 0.20 | 258.33 | 0.58 | 0.51 |
| Hex | 67 | 3B | CB | 31 | 47 | 0 | 14 | 102 | 3A | 33 |
| Octal | 147 | 73 | 313 | 61 | 107 | 0 | 24 | 402 | 72 | 63 |
| Binary | 1100111 | 111011 | 11001011 | 110001 | 1000111 | 0 | 10100 | 100000010 | 111010 | 110011 |
Color Harmonies of #673BCB
Complementary color
Monochromatic Colors of #673BCB
Black with #673BCB
Text Example
Text Example
White with #673BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673BCB; }
p { color: rgb(103,59,203); }
H1.HeaderClassName
{
color: #673BCB;
}
.AnyTagClassName
{
color: #673BCB;
}
</style>
background-color css
<style>
a { background-color: #673BCB; }
a { background-color: rgb(103,59,203); }
div.DivClassName
{
background-color: #673BCB;
}
.BgClassName
{
background-color: #673BCB;
}
</style>
border-color css
<style>
span { border-color: #673BCB; }
span { border-color: rgb(103,59,203); }
td.TdClassName
{
border-color: #673BCB;
}
.TagClassName
{
border-color: #673BCB;
}
</style>