Shades of Royal Purple #6138AF
Tints of Royal Purple #6138AF
RGB
CMYK
RGB Variations
Color information
#6138AF (or 0x6138AF) is known color: Royal Purple. HEX triplet: 61, 38 and AF. RGB value is (97,56,175). Sum of RGB (Red+Green+Blue) = 97+56+175=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #6138AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6138AF is #9EC750. Grayscale: #515151. Windows color (decimal): -10405713 or 11483233. OLE color: 11483233.
HSL color Cylindrical-coordinate representation of color #6138AF: hue angle of 260.67º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6138AF is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 97 | 56 | 175 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.31 |
| HSL | 260.67º | 0.52% | 0.45% | - |
| HSV(B) | 260.67º | 0.68% | 0.69% | - |
| XYZ | 14.08 | 8.46 | 41.45 | - |
| YUV | 81.83 | 180.58 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 175 | 0.45 | 0.68 | 0 | 0.31 | 260.67 | 0.52 | 0.45 |
| Hex | 61 | 38 | AF | 2D | 44 | 0 | 1F | 105 | 34 | 2D |
| Octal | 141 | 70 | 257 | 55 | 104 | 0 | 37 | 405 | 64 | 55 |
| Binary | 1100001 | 111000 | 10101111 | 101101 | 1000100 | 0 | 11111 | 100000101 | 110100 | 101101 |
Color Harmonies of #6138AF
Complementary color
Monochromatic Colors of #6138AF
Black with #6138AF
Text Example
Text Example
White with #6138AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6138AF; }
p { color: rgb(97,56,175); }
H1.HeaderClassName
{
color: #6138AF;
}
.AnyTagClassName
{
color: #6138AF;
}
</style>
background-color css
<style>
a { background-color: #6138AF; }
a { background-color: rgb(97,56,175); }
div.DivClassName
{
background-color: #6138AF;
}
.BgClassName
{
background-color: #6138AF;
}
</style>
border-color css
<style>
span { border-color: #6138AF; }
span { border-color: rgb(97,56,175); }
td.TdClassName
{
border-color: #6138AF;
}
.TagClassName
{
border-color: #6138AF;
}
</style>