Shades of Royal Purple #6630AB
Tints of Royal Purple #6630AB
RGB
CMYK
RGB Variations
Color information
#6630AB (or 0x6630AB) is known color: Royal Purple. HEX triplet: 66, 30 and AB. RGB value is (102,48,171). Sum of RGB (Red+Green+Blue) = 102+48+171=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #6630AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6630AB is #99CF54. Grayscale: #4D4D4D. Windows color (decimal): -10080085 or 11219046. OLE color: 11219046.
HSL color Cylindrical-coordinate representation of color #6630AB: hue angle of 266.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6630AB is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 48 | 171 | - |
| CMYK | 0.40 | 0.72 | 0 | 0.33 |
| HSL | 266.34º | 0.56% | 0.43% | - |
| HSV(B) | 266.34º | 0.72% | 0.67% | - |
| XYZ | 13.89 | 7.88 | 39.32 | - |
| YUV | 78.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 48 | 171 | 0.40 | 0.72 | 0 | 0.33 | 266.34 | 0.56 | 0.43 |
| Hex | 66 | 30 | AB | 28 | 48 | 0 | 21 | 10A | 38 | 2B |
| Octal | 146 | 60 | 253 | 50 | 110 | 0 | 41 | 412 | 70 | 53 |
| Binary | 1100110 | 110000 | 10101011 | 101000 | 1001000 | 0 | 100001 | 100001010 | 111000 | 101011 |
Color Harmonies of #6630AB
Complementary color
Monochromatic Colors of #6630AB
Black with #6630AB
Text Example
Text Example
White with #6630AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6630AB; }
p { color: rgb(102,48,171); }
H1.HeaderClassName
{
color: #6630AB;
}
.AnyTagClassName
{
color: #6630AB;
}
</style>
background-color css
<style>
a { background-color: #6630AB; }
a { background-color: rgb(102,48,171); }
div.DivClassName
{
background-color: #6630AB;
}
.BgClassName
{
background-color: #6630AB;
}
</style>
border-color css
<style>
span { border-color: #6630AB; }
span { border-color: rgb(102,48,171); }
td.TdClassName
{
border-color: #6630AB;
}
.TagClassName
{
border-color: #6630AB;
}
</style>