Shades of Royal Purple #623F9D
Tints of Royal Purple #623F9D
RGB
CMYK
RGB Variations
Color information
#623F9D (or 0x623F9D) is known color: Royal Purple. HEX triplet: 62, 3F and 9D. RGB value is (98,63,157). Sum of RGB (Red+Green+Blue) = 98+63+157=318 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.82% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #623F9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #623F9D is #9DC062. Grayscale: #535353. Windows color (decimal): -10338403 or 10305378. OLE color: 10305378.
HSL color Cylindrical-coordinate representation of color #623F9D: hue angle of 262.34º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #623F9D is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 98 | 63 | 157 | - |
| CMYK | 0.38 | 0.60 | 0 | 0.38 |
| HSL | 262.34º | 0.43% | 0.43% | - |
| HSV(B) | 262.34º | 0.6% | 0.62% | - |
| XYZ | 12.9 | 8.59 | 32.88 | - |
| YUV | 84.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 157 | 0.38 | 0.60 | 0 | 0.38 | 262.34 | 0.43 | 0.43 |
| Hex | 62 | 3F | 9D | 26 | 3C | 0 | 26 | 106 | 2B | 2B |
| Octal | 142 | 77 | 235 | 46 | 74 | 0 | 46 | 406 | 53 | 53 |
| Binary | 1100010 | 111111 | 10011101 | 100110 | 111100 | 0 | 100110 | 100000110 | 101011 | 101011 |
Color Harmonies of #623F9D
Complementary color
Monochromatic Colors of #623F9D
Black with #623F9D
Text Example
Text Example
White with #623F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623F9D; }
p { color: rgb(98,63,157); }
H1.HeaderClassName
{
color: #623F9D;
}
.AnyTagClassName
{
color: #623F9D;
}
</style>
background-color css
<style>
a { background-color: #623F9D; }
a { background-color: rgb(98,63,157); }
div.DivClassName
{
background-color: #623F9D;
}
.BgClassName
{
background-color: #623F9D;
}
</style>
border-color css
<style>
span { border-color: #623F9D; }
span { border-color: rgb(98,63,157); }
td.TdClassName
{
border-color: #623F9D;
}
.TagClassName
{
border-color: #623F9D;
}
</style>