Shades of Royal Purple #6633AB
Tints of Royal Purple #6633AB
RGB
CMYK
RGB Variations
Color information
#6633AB (or 0x6633AB) is known color: Royal Purple. HEX triplet: 66, 33 and AB. RGB value is (102,51,171). Sum of RGB (Red+Green+Blue) = 102+51+171=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #6633AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6633AB is #99CC54. Grayscale: #4F4F4F. Windows color (decimal): -10079317 or 11219814. OLE color: 11219814.
HSL color Cylindrical-coordinate representation of color #6633AB: hue angle of 265.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6633AB is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 51 | 171 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.33 |
| HSL | 265.5º | 0.54% | 0.44% | - |
| HSV(B) | 265.5º | 0.7% | 0.67% | - |
| XYZ | 14.01 | 8.13 | 39.36 | - |
| YUV | 79.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 51 | 171 | 0.40 | 0.70 | 0 | 0.33 | 265.5 | 0.54 | 0.44 |
| Hex | 66 | 33 | AB | 28 | 46 | 0 | 21 | 10A | 36 | 2C |
| Octal | 146 | 63 | 253 | 50 | 106 | 0 | 41 | 412 | 66 | 54 |
| Binary | 1100110 | 110011 | 10101011 | 101000 | 1000110 | 0 | 100001 | 100001010 | 110110 | 101100 |
Color Harmonies of #6633AB
Complementary color
Monochromatic Colors of #6633AB
Black with #6633AB
Text Example
Text Example
White with #6633AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6633AB; }
p { color: rgb(102,51,171); }
H1.HeaderClassName
{
color: #6633AB;
}
.AnyTagClassName
{
color: #6633AB;
}
</style>
background-color css
<style>
a { background-color: #6633AB; }
a { background-color: rgb(102,51,171); }
div.DivClassName
{
background-color: #6633AB;
}
.BgClassName
{
background-color: #6633AB;
}
</style>
border-color css
<style>
span { border-color: #6633AB; }
span { border-color: rgb(102,51,171); }
td.TdClassName
{
border-color: #6633AB;
}
.TagClassName
{
border-color: #6633AB;
}
</style>