Shades of Royal Purple #6136AD
Tints of Royal Purple #6136AD
RGB
CMYK
RGB Variations
Color information
#6136AD (or 0x6136AD) is known color: Royal Purple. HEX triplet: 61, 36 and AD. RGB value is (97,54,173). Sum of RGB (Red+Green+Blue) = 97+54+173=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #6136AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6136AD is #9EC952. Grayscale: #4F4F4F. Windows color (decimal): -10406227 or 11351649. OLE color: 11351649.
HSL color Cylindrical-coordinate representation of color #6136AD: hue angle of 261.68º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6136AD is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 97 | 54 | 173 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.32 |
| HSL | 261.68º | 0.52% | 0.45% | - |
| HSV(B) | 261.68º | 0.69% | 0.68% | - |
| XYZ | 13.79 | 8.2 | 40.39 | - |
| YUV | 80.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 173 | 0.44 | 0.69 | 0 | 0.32 | 261.68 | 0.52 | 0.45 |
| Hex | 61 | 36 | AD | 2C | 45 | 0 | 20 | 106 | 34 | 2D |
| Octal | 141 | 66 | 255 | 54 | 105 | 0 | 40 | 406 | 64 | 55 |
| Binary | 1100001 | 110110 | 10101101 | 101100 | 1000101 | 0 | 100000 | 100000110 | 110100 | 101101 |
Color Harmonies of #6136AD
Complementary color
Monochromatic Colors of #6136AD
Black with #6136AD
Text Example
Text Example
White with #6136AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136AD; }
p { color: rgb(97,54,173); }
H1.HeaderClassName
{
color: #6136AD;
}
.AnyTagClassName
{
color: #6136AD;
}
</style>
background-color css
<style>
a { background-color: #6136AD; }
a { background-color: rgb(97,54,173); }
div.DivClassName
{
background-color: #6136AD;
}
.BgClassName
{
background-color: #6136AD;
}
</style>
border-color css
<style>
span { border-color: #6136AD; }
span { border-color: rgb(97,54,173); }
td.TdClassName
{
border-color: #6136AD;
}
.TagClassName
{
border-color: #6136AD;
}
</style>