Shades of Royal Purple #6636AA
Tints of Royal Purple #6636AA
RGB
CMYK
RGB Variations
Color information
#6636AA (or 0x6636AA) is known color: Royal Purple. HEX triplet: 66, 36 and AA. RGB value is (102,54,170). Sum of RGB (Red+Green+Blue) = 102+54+170=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 54 (21.48% from 255 or 16.56% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #6636AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6636AA is #99C955. Grayscale: #515151. Windows color (decimal): -10078550 or 11155046. OLE color: 11155046.
HSL color Cylindrical-coordinate representation of color #6636AA: hue angle of 264.83º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6636AA is Cyan = 0.4, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 54 | 170 | - |
| CMYK | 0.4 | 0.68 | 0 | 0.33 |
| HSL | 264.83º | 0.52% | 0.44% | - |
| HSV(B) | 264.83º | 0.68% | 0.67% | - |
| XYZ | 14.05 | 8.37 | 38.9 | - |
| YUV | 81.58 | 177.9 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 170 | 0.4 | 0.68 | 0 | 0.33 | 264.83 | 0.52 | 0.44 |
| Hex | 66 | 36 | AA | 28 | 44 | 0 | 21 | 109 | 34 | 2C |
| Octal | 146 | 66 | 252 | 50 | 104 | 0 | 41 | 411 | 64 | 54 |
| Binary | 1100110 | 110110 | 10101010 | 101000 | 1000100 | 0 | 100001 | 100001001 | 110100 | 101100 |
Color Harmonies of #6636AA
Complementary color
Monochromatic Colors of #6636AA
Black with #6636AA
Text Example
Text Example
White with #6636AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6636AA; }
p { color: rgb(102,54,170); }
H1.HeaderClassName
{
color: #6636AA;
}
.AnyTagClassName
{
color: #6636AA;
}
</style>
background-color css
<style>
a { background-color: #6636AA; }
a { background-color: rgb(102,54,170); }
div.DivClassName
{
background-color: #6636AA;
}
.BgClassName
{
background-color: #6636AA;
}
</style>
border-color css
<style>
span { border-color: #6636AA; }
span { border-color: rgb(102,54,170); }
td.TdClassName
{
border-color: #6636AA;
}
.TagClassName
{
border-color: #6636AA;
}
</style>