#5E36AB

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

Shades of Royal Purple #5E36AB

Tints of Royal Purple #5E36AB

Color information

#5E36AB (or 0x5E36AB) is unknown color: approx Royal Purple. HEX triplet: 5E, 36 and AB. RGB value is (94,54,171). Sum of RGB (Red+Green+Blue) = 94+54+171=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E36AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E36AB is #A1C954. Grayscale: #4E4E4E. Windows color (decimal): -10602837 or 11220574. OLE color: 11220574.

HSL color Cylindrical-coordinate representation of color #5E36AB: hue angle of 260.51º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E36AB is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9454171-
CMYK0.450.6800.33
HSL260.51º52%44.12%-
HSV(B)260.51º68.42%67.06%-
XYZ13.297.9639.36-
YUV79.3179.75138.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 54 (21.48% from 255) = 16.93%
BLUE value IS 171 (67.19% from 255) = 53.61%
R=29.47%
G=16.93%
B=53.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94541710.450.6800.33260.515244.12
Hex5E36AB2D44021105342c
Octal13666253551040414056454
Binary10111101101101010101110110110001000100001100000101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E36AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,54,171); }

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

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

 a { background-color: rgb(94,54,171); }

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

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

 span { border-color: rgb(94,54,171); }

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