#5B38AD

Color #5B38AD Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5B38AD

Tints of Royal Purple #5B38AD

Color information

#5B38AD (or 0x5B38AD) is unknown color: approx Royal Purple. HEX triplet: 5B, 38 and AD. RGB value is (91,56,173). Sum of RGB (Red+Green+Blue) = 91+56+173=320 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.44% from 320); Green value is 56 (22.27% from 255 or 17.5% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B38AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B38AD is #A4C752. Grayscale: #4F4F4F. Windows color (decimal): -10798931 or 11352155. OLE color: 11352155.

HSL color Cylindrical-coordinate representation of color #5B38AD: hue angle of 257.95º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5B38AD is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9156173-
CMYK0.470.6800.32
HSL257.95º51.09%44.9%-
HSV(B)257.95º67.63%67.84%-
XYZ13.278.0740.39-
YUV79.8180.6135.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 28.44%
GREEN value IS 56 (22.27% from 255) = 17.5%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=28.44%
G=17.5%
B=54.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91561730.470.6800.32257.9551.0944.9
Hex5B38AD2F44020102332d
Octal13370255571040404026355
Binary10110111110001010110110111110001000100000100000010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B38AD; }

 p { color: rgb(91,56,173); }

 H1.HeaderClassName
 {
   color: #5B38AD;
 }
 .AnyTagClassName
 {
   color: #5B38AD;
 }
</style>
background-color css

<style>
 a { background-color: #5B38AD; }

 a { background-color: rgb(91,56,173); }

 div.DivClassName
 {
   background-color: #5B38AD;
 }
 .BgClassName
 {
   background-color: #5B38AD;
 }
</style>
border-color css

<style>
 span { border-color: #5B38AD; }

 span { border-color: rgb(91,56,173); }

 td.TdClassName
 {
   border-color: #5B38AD;
 }
 .TagClassName
 {
   border-color: #5B38AD;
 }
</style>