Shades of Royal Purple #673CB1
Tints of Royal Purple #673CB1
RGB
CMYK
RGB Variations
Color information
#673CB1 (or 0x673CB1) is known color: Royal Purple. HEX triplet: 67, 3C and B1. RGB value is (103,60,177). Sum of RGB (Red+Green+Blue) = 103+60+177=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 60 (23.83% from 255 or 17.65% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #673CB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673CB1 is #98C34E. Grayscale: #555555. Windows color (decimal): -10011471 or 11615335. OLE color: 11615335.
HSL color Cylindrical-coordinate representation of color #673CB1: hue angle of 262.05º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #673CB1 is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 60 | 177 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.31 |
| HSL | 262.05º | 0.49% | 0.46% | - |
| HSV(B) | 262.05º | 0.66% | 0.69% | - |
| XYZ | 15.15 | 9.29 | 42.59 | - |
| YUV | 86.2 | 179.25 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 177 | 0.42 | 0.66 | 0 | 0.31 | 262.05 | 0.49 | 0.46 |
| Hex | 67 | 3C | B1 | 2A | 42 | 0 | 1F | 106 | 31 | 2E |
| Octal | 147 | 74 | 261 | 52 | 102 | 0 | 37 | 406 | 61 | 56 |
| Binary | 1100111 | 111100 | 10110001 | 101010 | 1000010 | 0 | 11111 | 100000110 | 110001 | 101110 |
Color Harmonies of #673CB1
Complementary color
Monochromatic Colors of #673CB1
Black with #673CB1
Text Example
Text Example
White with #673CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CB1; }
p { color: rgb(103,60,177); }
H1.HeaderClassName
{
color: #673CB1;
}
.AnyTagClassName
{
color: #673CB1;
}
</style>
background-color css
<style>
a { background-color: #673CB1; }
a { background-color: rgb(103,60,177); }
div.DivClassName
{
background-color: #673CB1;
}
.BgClassName
{
background-color: #673CB1;
}
</style>
border-color css
<style>
span { border-color: #673CB1; }
span { border-color: rgb(103,60,177); }
td.TdClassName
{
border-color: #673CB1;
}
.TagClassName
{
border-color: #673CB1;
}
</style>