Shades of Royal Purple #673CAB
Tints of Royal Purple #673CAB
RGB
CMYK
RGB Variations
Color information
#673CAB (or 0x673CAB) is known color: Royal Purple. HEX triplet: 67, 3C and AB. RGB value is (103,60,171). Sum of RGB (Red+Green+Blue) = 103+60+171=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #673CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #673CAB is #98C354. Grayscale: #555555. Windows color (decimal): -10011477 or 11222119. OLE color: 11222119.
HSL color Cylindrical-coordinate representation of color #673CAB: hue angle of 263.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #673CAB is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 60 | 171 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.33 |
| HSL | 263.24º | 0.48% | 0.45% | - |
| HSV(B) | 263.24º | 0.65% | 0.67% | - |
| XYZ | 14.56 | 9.06 | 39.51 | - |
| YUV | 85.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 171 | 0.40 | 0.65 | 0 | 0.33 | 263.24 | 0.48 | 0.45 |
| Hex | 67 | 3C | AB | 28 | 41 | 0 | 21 | 107 | 30 | 2D |
| Octal | 147 | 74 | 253 | 50 | 101 | 0 | 41 | 407 | 60 | 55 |
| Binary | 1100111 | 111100 | 10101011 | 101000 | 1000001 | 0 | 100001 | 100000111 | 110000 | 101101 |
Color Harmonies of #673CAB
Complementary color
Monochromatic Colors of #673CAB
Black with #673CAB
Text Example
Text Example
White with #673CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673CAB; }
p { color: rgb(103,60,171); }
H1.HeaderClassName
{
color: #673CAB;
}
.AnyTagClassName
{
color: #673CAB;
}
</style>
background-color css
<style>
a { background-color: #673CAB; }
a { background-color: rgb(103,60,171); }
div.DivClassName
{
background-color: #673CAB;
}
.BgClassName
{
background-color: #673CAB;
}
</style>
border-color css
<style>
span { border-color: #673CAB; }
span { border-color: rgb(103,60,171); }
td.TdClassName
{
border-color: #673CAB;
}
.TagClassName
{
border-color: #673CAB;
}
</style>