Shades of Royal Purple #6235AD
Tints of Royal Purple #6235AD
RGB
CMYK
RGB Variations
Color information
#6235AD (or 0x6235AD) is known color: Royal Purple. HEX triplet: 62, 35 and AD. RGB value is (98,53,173). Sum of RGB (Red+Green+Blue) = 98+53+173=324 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.25% from 324); Green value is 53 (21.09% from 255 or 16.36% 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 #6235AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6235AD is #9DCA52. Grayscale: #4F4F4F. Windows color (decimal): -10340947 or 11351394. OLE color: 11351394.
HSL color Cylindrical-coordinate representation of color #6235AD: hue angle of 262.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6235AD is Cyan = 0.43, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 98 | 53 | 173 | - |
| CMYK | 0.43 | 0.69 | 0 | 0.32 |
| HSL | 262.5º | 0.53% | 0.44% | - |
| HSV(B) | 262.5º | 0.69% | 0.68% | - |
| XYZ | 13.85 | 8.16 | 40.38 | - |
| YUV | 80.14 | 180.41 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 53 | 173 | 0.43 | 0.69 | 0 | 0.32 | 262.5 | 0.53 | 0.44 |
| Hex | 62 | 35 | AD | 2B | 45 | 0 | 20 | 106 | 35 | 2C |
| Octal | 142 | 65 | 255 | 53 | 105 | 0 | 40 | 406 | 65 | 54 |
| Binary | 1100010 | 110101 | 10101101 | 101011 | 1000101 | 0 | 100000 | 100000110 | 110101 | 101100 |
Color Harmonies of #6235AD
Complementary color
Monochromatic Colors of #6235AD
Black with #6235AD
Text Example
Text Example
White with #6235AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6235AD; }
p { color: rgb(98,53,173); }
H1.HeaderClassName
{
color: #6235AD;
}
.AnyTagClassName
{
color: #6235AD;
}
</style>
background-color css
<style>
a { background-color: #6235AD; }
a { background-color: rgb(98,53,173); }
div.DivClassName
{
background-color: #6235AD;
}
.BgClassName
{
background-color: #6235AD;
}
</style>
border-color css
<style>
span { border-color: #6235AD; }
span { border-color: rgb(98,53,173); }
td.TdClassName
{
border-color: #6235AD;
}
.TagClassName
{
border-color: #6235AD;
}
</style>