Shades of Royal Purple #6737AF
Tints of Royal Purple #6737AF
RGB
CMYK
RGB Variations
Color information
#6737AF (or 0x6737AF) is known color: Royal Purple. HEX triplet: 67, 37 and AF. RGB value is (103,55,175). Sum of RGB (Red+Green+Blue) = 103+55+175=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 175 (68.75% from 255 or 52.55% from 333); Max value from RGB is 175 - color contains mainly: blue. Hex color #6737AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6737AF is #98C850. Grayscale: #525252. Windows color (decimal): -10012753 or 11482983. OLE color: 11482983.
HSL color Cylindrical-coordinate representation of color #6737AF: hue angle of 264º degrees, saturation: 0.52, 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 #6737AF is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 55 | 175 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.31 |
| HSL | 264º | 0.52% | 0.45% | - |
| HSV(B) | 264º | 0.69% | 0.69% | - |
| XYZ | 14.7 | 8.71 | 41.46 | - |
| YUV | 83.03 | 179.9 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 175 | 0.41 | 0.69 | 0 | 0.31 | 264 | 0.52 | 0.45 |
| Hex | 67 | 37 | AF | 29 | 45 | 0 | 1F | 108 | 34 | 2D |
| Octal | 147 | 67 | 257 | 51 | 105 | 0 | 37 | 410 | 64 | 55 |
| Binary | 1100111 | 110111 | 10101111 | 101001 | 1000101 | 0 | 11111 | 100001000 | 110100 | 101101 |
Color Harmonies of #6737AF
Complementary color
Monochromatic Colors of #6737AF
Black with #6737AF
Text Example
Text Example
White with #6737AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6737AF; }
p { color: rgb(103,55,175); }
H1.HeaderClassName
{
color: #6737AF;
}
.AnyTagClassName
{
color: #6737AF;
}
</style>
background-color css
<style>
a { background-color: #6737AF; }
a { background-color: rgb(103,55,175); }
div.DivClassName
{
background-color: #6737AF;
}
.BgClassName
{
background-color: #6737AF;
}
</style>
border-color css
<style>
span { border-color: #6737AF; }
span { border-color: rgb(103,55,175); }
td.TdClassName
{
border-color: #6737AF;
}
.TagClassName
{
border-color: #6737AF;
}
</style>