Shades of Royal Purple #6639AF
Tints of Royal Purple #6639AF
RGB
CMYK
RGB Variations
Color information
#6639AF (or 0x6639AF) is known color: Royal Purple. HEX triplet: 66, 39 and AF. RGB value is (102,57,175). Sum of RGB (Red+Green+Blue) = 102+57+175=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #6639AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6639AF is #99C650. Grayscale: #535353. Windows color (decimal): -10077777 or 11483494. OLE color: 11483494.
HSL color Cylindrical-coordinate representation of color #6639AF: hue angle of 262.88º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6639AF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 102 | 57 | 175 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.31 |
| HSL | 262.88º | 0.51% | 0.45% | - |
| HSV(B) | 262.88º | 0.67% | 0.69% | - |
| XYZ | 14.68 | 8.85 | 41.49 | - |
| YUV | 83.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 175 | 0.42 | 0.67 | 0 | 0.31 | 262.88 | 0.51 | 0.45 |
| Hex | 66 | 39 | AF | 2A | 43 | 0 | 1F | 107 | 33 | 2D |
| Octal | 146 | 71 | 257 | 52 | 103 | 0 | 37 | 407 | 63 | 55 |
| Binary | 1100110 | 111001 | 10101111 | 101010 | 1000011 | 0 | 11111 | 100000111 | 110011 | 101101 |
Color Harmonies of #6639AF
Complementary color
Monochromatic Colors of #6639AF
Black with #6639AF
Text Example
Text Example
White with #6639AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6639AF; }
p { color: rgb(102,57,175); }
H1.HeaderClassName
{
color: #6639AF;
}
.AnyTagClassName
{
color: #6639AF;
}
</style>
background-color css
<style>
a { background-color: #6639AF; }
a { background-color: rgb(102,57,175); }
div.DivClassName
{
background-color: #6639AF;
}
.BgClassName
{
background-color: #6639AF;
}
</style>
border-color css
<style>
span { border-color: #6639AF; }
span { border-color: rgb(102,57,175); }
td.TdClassName
{
border-color: #6639AF;
}
.TagClassName
{
border-color: #6639AF;
}
</style>