Shades of Royal Purple #6036AC
Tints of Royal Purple #6036AC
RGB
CMYK
RGB Variations
Color information
#6036AC (or 0x6036AC) is known color: Royal Purple. HEX triplet: 60, 36 and AC. RGB value is (96,54,172). Sum of RGB (Red+Green+Blue) = 96+54+172=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #6036AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6036AC is #9FC953. Grayscale: #4F4F4F. Windows color (decimal): -10471764 or 11286112. OLE color: 11286112.
HSL color Cylindrical-coordinate representation of color #6036AC: hue angle of 261.36º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6036AC is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 54 | 172 | - |
| CMYK | 0.44 | 0.69 | 0 | 0.33 |
| HSL | 261.36º | 0.52% | 0.44% | - |
| HSV(B) | 261.36º | 0.69% | 0.67% | - |
| XYZ | 13.59 | 8.1 | 39.88 | - |
| YUV | 80.01 | 179.91 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 54 | 172 | 0.44 | 0.69 | 0 | 0.33 | 261.36 | 0.52 | 0.44 |
| Hex | 60 | 36 | AC | 2C | 45 | 0 | 21 | 105 | 34 | 2C |
| Octal | 140 | 66 | 254 | 54 | 105 | 0 | 41 | 405 | 64 | 54 |
| Binary | 1100000 | 110110 | 10101100 | 101100 | 1000101 | 0 | 100001 | 100000101 | 110100 | 101100 |
Color Harmonies of #6036AC
Complementary color
Monochromatic Colors of #6036AC
Black with #6036AC
Text Example
Text Example
White with #6036AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6036AC; }
p { color: rgb(96,54,172); }
H1.HeaderClassName
{
color: #6036AC;
}
.AnyTagClassName
{
color: #6036AC;
}
</style>
background-color css
<style>
a { background-color: #6036AC; }
a { background-color: rgb(96,54,172); }
div.DivClassName
{
background-color: #6036AC;
}
.BgClassName
{
background-color: #6036AC;
}
</style>
border-color css
<style>
span { border-color: #6036AC; }
span { border-color: rgb(96,54,172); }
td.TdClassName
{
border-color: #6036AC;
}
.TagClassName
{
border-color: #6036AC;
}
</style>