Shades of Royal Purple #6636AF
Tints of Royal Purple #6636AF
RGB
CMYK
RGB Variations
Color information
#6636AF (or 0x6636AF) is known color: Royal Purple. HEX triplet: 66, 36 and AF. RGB value is (102,54,175). Sum of RGB (Red+Green+Blue) = 102+54+175=331 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.82% from 331); Green value is 54 (21.48% from 255 or 16.31% from 331); Blue value is 175 (68.75% from 255 or 52.87% from 331); Max value from RGB is 175 - color contains mainly: blue. Hex color #6636AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6636AF is #99C950. Grayscale: #515151. Windows color (decimal): -10078545 or 11482726. OLE color: 11482726.
HSL color Cylindrical-coordinate representation of color #6636AF: hue angle of 263.8º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6636AF is Cyan = 0.42, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 54 | 175 | - |
| CMYK | 0.42 | 0.69 | 0 | 0.31 |
| HSL | 263.8º | 0.53% | 0.45% | - |
| HSV(B) | 263.8º | 0.69% | 0.69% | - |
| XYZ | 14.54 | 8.56 | 41.44 | - |
| YUV | 82.15 | 180.4 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 54 | 175 | 0.42 | 0.69 | 0 | 0.31 | 263.8 | 0.53 | 0.45 |
| Hex | 66 | 36 | AF | 2A | 45 | 0 | 1F | 108 | 35 | 2D |
| Octal | 146 | 66 | 257 | 52 | 105 | 0 | 37 | 410 | 65 | 55 |
| Binary | 1100110 | 110110 | 10101111 | 101010 | 1000101 | 0 | 11111 | 100001000 | 110101 | 101101 |
Color Harmonies of #6636AF
Complementary color
Monochromatic Colors of #6636AF
Black with #6636AF
Text Example
Text Example
White with #6636AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6636AF; }
p { color: rgb(102,54,175); }
H1.HeaderClassName
{
color: #6636AF;
}
.AnyTagClassName
{
color: #6636AF;
}
</style>
background-color css
<style>
a { background-color: #6636AF; }
a { background-color: rgb(102,54,175); }
div.DivClassName
{
background-color: #6636AF;
}
.BgClassName
{
background-color: #6636AF;
}
</style>
border-color css
<style>
span { border-color: #6636AF; }
span { border-color: rgb(102,54,175); }
td.TdClassName
{
border-color: #6636AF;
}
.TagClassName
{
border-color: #6636AF;
}
</style>