Shades of Royal Purple #6038A7
Tints of Royal Purple #6038A7
RGB
CMYK
RGB Variations
Color information
#6038A7 (or 0x6038A7) is known color: Royal Purple. HEX triplet: 60, 38 and A7. RGB value is (96,56,167). Sum of RGB (Red+Green+Blue) = 96+56+167=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 167 (65.62% from 255 or 52.35% from 319); Max value from RGB is 167 - color contains mainly: blue. Hex color #6038A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6038A7 is #9FC758. Grayscale: #505050. Windows color (decimal): -10471257 or 10958944. OLE color: 10958944.
HSL color Cylindrical-coordinate representation of color #6038A7: hue angle of 261.62º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6038A7 is Cyan = 0.43, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 56 | 167 | - |
| CMYK | 0.43 | 0.66 | 0 | 0.35 |
| HSL | 261.62º | 0.5% | 0.44% | - |
| HSV(B) | 261.62º | 0.66% | 0.65% | - |
| XYZ | 13.21 | 8.11 | 37.43 | - |
| YUV | 80.61 | 176.75 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 167 | 0.43 | 0.66 | 0 | 0.35 | 261.62 | 0.5 | 0.44 |
| Hex | 60 | 38 | A7 | 2B | 42 | 0 | 23 | 106 | 32 | 2C |
| Octal | 140 | 70 | 247 | 53 | 102 | 0 | 43 | 406 | 62 | 54 |
| Binary | 1100000 | 111000 | 10100111 | 101011 | 1000010 | 0 | 100011 | 100000110 | 110010 | 101100 |
Color Harmonies of #6038A7
Complementary color
Monochromatic Colors of #6038A7
Black with #6038A7
Text Example
Text Example
White with #6038A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6038A7; }
p { color: rgb(96,56,167); }
H1.HeaderClassName
{
color: #6038A7;
}
.AnyTagClassName
{
color: #6038A7;
}
</style>
background-color css
<style>
a { background-color: #6038A7; }
a { background-color: rgb(96,56,167); }
div.DivClassName
{
background-color: #6038A7;
}
.BgClassName
{
background-color: #6038A7;
}
</style>
border-color css
<style>
span { border-color: #6038A7; }
span { border-color: rgb(96,56,167); }
td.TdClassName
{
border-color: #6038A7;
}
.TagClassName
{
border-color: #6038A7;
}
</style>