Shades of Royal Purple #673FB3
Tints of Royal Purple #673FB3
RGB
CMYK
RGB Variations
Color information
#673FB3 (or 0x673FB3) is known color: Royal Purple. HEX triplet: 67, 3F and B3. RGB value is (103,63,179). Sum of RGB (Red+Green+Blue) = 103+63+179=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 179 (70.31% from 255 or 51.88% from 345); Max value from RGB is 179 - color contains mainly: blue. Hex color #673FB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #673FB3 is #98C04C. Grayscale: #575757. Windows color (decimal): -10010701 or 11747175. OLE color: 11747175.
HSL color Cylindrical-coordinate representation of color #673FB3: hue angle of 260.69º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673FB3 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 103 | 63 | 179 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.30 |
| HSL | 260.69º | 0.48% | 0.47% | - |
| HSV(B) | 260.69º | 0.65% | 0.7% | - |
| XYZ | 15.51 | 9.69 | 43.7 | - |
| YUV | 88.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 179 | 0.42 | 0.65 | 0 | 0.30 | 260.69 | 0.48 | 0.47 |
| Hex | 67 | 3F | B3 | 2A | 41 | 0 | 1E | 105 | 30 | 2F |
| Octal | 147 | 77 | 263 | 52 | 101 | 0 | 36 | 405 | 60 | 57 |
| Binary | 1100111 | 111111 | 10110011 | 101010 | 1000001 | 0 | 11110 | 100000101 | 110000 | 101111 |
Color Harmonies of #673FB3
Complementary color
Monochromatic Colors of #673FB3
Black with #673FB3
Text Example
Text Example
White with #673FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673FB3; }
p { color: rgb(103,63,179); }
H1.HeaderClassName
{
color: #673FB3;
}
.AnyTagClassName
{
color: #673FB3;
}
</style>
background-color css
<style>
a { background-color: #673FB3; }
a { background-color: rgb(103,63,179); }
div.DivClassName
{
background-color: #673FB3;
}
.BgClassName
{
background-color: #673FB3;
}
</style>
border-color css
<style>
span { border-color: #673FB3; }
span { border-color: rgb(103,63,179); }
td.TdClassName
{
border-color: #673FB3;
}
.TagClassName
{
border-color: #673FB3;
}
</style>