Shades of Royal Purple #5D269D
Tints of Royal Purple #5D269D
RGB
CMYK
RGB Variations
Color information
#5D269D (or 0x5D269D) is known color: Royal Purple. HEX triplet: 5D, 26 and 9D. RGB value is (93,38,157). Sum of RGB (Red+Green+Blue) = 93+38+157=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D269D is #A2D962. Grayscale: #434343. Windows color (decimal): -10672483 or 10298973. OLE color: 10298973.
HSL color Cylindrical-coordinate representation of color #5D269D: hue angle of 267.73º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D269D is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 38 | 157 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.38 |
| HSL | 267.73º | 0.61% | 0.38% | - |
| HSV(B) | 267.73º | 0.76% | 0.62% | - |
| XYZ | 11.29 | 6.15 | 32.49 | - |
| YUV | 68.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 38 | 157 | 0.41 | 0.76 | 0 | 0.38 | 267.73 | 0.61 | 0.38 |
| Hex | 5D | 26 | 9D | 29 | 4C | 0 | 26 | 10C | 3D | 26 |
| Octal | 135 | 46 | 235 | 51 | 114 | 0 | 46 | 414 | 75 | 46 |
| Binary | 1011101 | 100110 | 10011101 | 101001 | 1001100 | 0 | 100110 | 100001100 | 111101 | 100110 |
Color Harmonies of #5D269D
Complementary color
Monochromatic Colors of #5D269D
Black with #5D269D
Text Example
Text Example
White with #5D269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D269D; }
p { color: rgb(93,38,157); }
H1.HeaderClassName
{
color: #5D269D;
}
.AnyTagClassName
{
color: #5D269D;
}
</style>
background-color css
<style>
a { background-color: #5D269D; }
a { background-color: rgb(93,38,157); }
div.DivClassName
{
background-color: #5D269D;
}
.BgClassName
{
background-color: #5D269D;
}
</style>
border-color css
<style>
span { border-color: #5D269D; }
span { border-color: rgb(93,38,157); }
td.TdClassName
{
border-color: #5D269D;
}
.TagClassName
{
border-color: #5D269D;
}
</style>