Shades of Royal Purple #6638A0
Tints of Royal Purple #6638A0
RGB
CMYK
RGB Variations
Color information
#6638A0 (or 0x6638A0) is known color: Royal Purple. HEX triplet: 66, 38 and A0. RGB value is (102,56,160). Sum of RGB (Red+Green+Blue) = 102+56+160=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 160 (62.89% from 255 or 50.31% from 318); Max value from RGB is 160 - color contains mainly: blue. Hex color #6638A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6638A0 is #99C75F. Grayscale: #515151. Windows color (decimal): -10078048 or 10500198. OLE color: 10500198.
HSL color Cylindrical-coordinate representation of color #6638A0: hue angle of 266.54º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6638A0 is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 102 | 56 | 160 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.37 |
| HSL | 266.54º | 0.48% | 0.42% | - |
| HSV(B) | 266.54º | 0.65% | 0.63% | - |
| XYZ | 13.24 | 8.19 | 34.14 | - |
| YUV | 81.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 56 | 160 | 0.36 | 0.65 | 0 | 0.37 | 266.54 | 0.48 | 0.42 |
| Hex | 66 | 38 | A0 | 24 | 41 | 0 | 25 | 10B | 30 | 2A |
| Octal | 146 | 70 | 240 | 44 | 101 | 0 | 45 | 413 | 60 | 52 |
| Binary | 1100110 | 111000 | 10100000 | 100100 | 1000001 | 0 | 100101 | 100001011 | 110000 | 101010 |
Color Harmonies of #6638A0
Complementary color
Monochromatic Colors of #6638A0
Black with #6638A0
Text Example
Text Example
White with #6638A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6638A0; }
p { color: rgb(102,56,160); }
H1.HeaderClassName
{
color: #6638A0;
}
.AnyTagClassName
{
color: #6638A0;
}
</style>
background-color css
<style>
a { background-color: #6638A0; }
a { background-color: rgb(102,56,160); }
div.DivClassName
{
background-color: #6638A0;
}
.BgClassName
{
background-color: #6638A0;
}
</style>
border-color css
<style>
span { border-color: #6638A0; }
span { border-color: rgb(102,56,160); }
td.TdClassName
{
border-color: #6638A0;
}
.TagClassName
{
border-color: #6638A0;
}
</style>