Shades of Royal Purple #5B42AF
Tints of Royal Purple #5B42AF
RGB
CMYK
RGB Variations
Color information
#5B42AF (or 0x5B42AF) is known color: Royal Purple. HEX triplet: 5B, 42 and AF. RGB value is (91,66,175). Sum of RGB (Red+Green+Blue) = 91+66+175=332 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.41% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B42AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B42AF is #A4BD50. Grayscale: #555555. Windows color (decimal): -10796369 or 11485787. OLE color: 11485787.
HSL color Cylindrical-coordinate representation of color #5B42AF: hue angle of 253.76º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B42AF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 66 | 175 | - |
| CMYK | 0.48 | 0.62 | 0 | 0.31 |
| HSL | 253.76º | 0.45% | 0.47% | - |
| HSV(B) | 253.76º | 0.62% | 0.69% | - |
| XYZ | 14 | 9.22 | 41.6 | - |
| YUV | 85.9 | 178.28 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 66 | 175 | 0.48 | 0.62 | 0 | 0.31 | 253.76 | 0.45 | 0.47 |
| Hex | 5B | 42 | AF | 30 | 3E | 0 | 1F | FE | 2D | 2F |
| Octal | 133 | 102 | 257 | 60 | 76 | 0 | 37 | 376 | 55 | 57 |
| Binary | 1011011 | 1000010 | 10101111 | 110000 | 111110 | 0 | 11111 | 11111110 | 101101 | 101111 |
Color Harmonies of #5B42AF
Complementary color
Monochromatic Colors of #5B42AF
Black with #5B42AF
Text Example
Text Example
White with #5B42AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B42AF; }
p { color: rgb(91,66,175); }
H1.HeaderClassName
{
color: #5B42AF;
}
.AnyTagClassName
{
color: #5B42AF;
}
</style>
background-color css
<style>
a { background-color: #5B42AF; }
a { background-color: rgb(91,66,175); }
div.DivClassName
{
background-color: #5B42AF;
}
.BgClassName
{
background-color: #5B42AF;
}
</style>
border-color css
<style>
span { border-color: #5B42AF; }
span { border-color: rgb(91,66,175); }
td.TdClassName
{
border-color: #5B42AF;
}
.TagClassName
{
border-color: #5B42AF;
}
</style>