Shades of Royal Purple #6339AB
Tints of Royal Purple #6339AB
RGB
CMYK
RGB Variations
Color information
#6339AB (or 0x6339AB) is known color: Royal Purple. HEX triplet: 63, 39 and AB. RGB value is (99,57,171). Sum of RGB (Red+Green+Blue) = 99+57+171=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #6339AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6339AB is #9CC654. Grayscale: #525252. Windows color (decimal): -10274389 or 11221347. OLE color: 11221347.
HSL color Cylindrical-coordinate representation of color #6339AB: hue angle of 262.11º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6339AB is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 99 | 57 | 171 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.33 |
| HSL | 262.11º | 0.5% | 0.45% | - |
| HSV(B) | 262.11º | 0.67% | 0.67% | - |
| XYZ | 13.96 | 8.52 | 39.44 | - |
| YUV | 82.55 | 177.91 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 171 | 0.42 | 0.67 | 0 | 0.33 | 262.11 | 0.5 | 0.45 |
| Hex | 63 | 39 | AB | 2A | 43 | 0 | 21 | 106 | 32 | 2D |
| Octal | 143 | 71 | 253 | 52 | 103 | 0 | 41 | 406 | 62 | 55 |
| Binary | 1100011 | 111001 | 10101011 | 101010 | 1000011 | 0 | 100001 | 100000110 | 110010 | 101101 |
Color Harmonies of #6339AB
Complementary color
Monochromatic Colors of #6339AB
Black with #6339AB
Text Example
Text Example
White with #6339AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6339AB; }
p { color: rgb(99,57,171); }
H1.HeaderClassName
{
color: #6339AB;
}
.AnyTagClassName
{
color: #6339AB;
}
</style>
background-color css
<style>
a { background-color: #6339AB; }
a { background-color: rgb(99,57,171); }
div.DivClassName
{
background-color: #6339AB;
}
.BgClassName
{
background-color: #6339AB;
}
</style>
border-color css
<style>
span { border-color: #6339AB; }
span { border-color: rgb(99,57,171); }
td.TdClassName
{
border-color: #6339AB;
}
.TagClassName
{
border-color: #6339AB;
}
</style>