#5E33AB

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

Shades of Royal Purple #5E33AB

Tints of Royal Purple #5E33AB

Color information

#5E33AB (or 0x5E33AB) is unknown color: approx Royal Purple. HEX triplet: 5E, 33 and AB. RGB value is (94,51,171). Sum of RGB (Red+Green+Blue) = 94+51+171=316 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.75% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E33AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E33AB is #A1CC54. Grayscale: #4D4D4D. Windows color (decimal): -10603605 or 11219806. OLE color: 11219806.

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

Color convert

RGB9451171-
CMYK0.450.7000.33
HSL261.5º54.05%43.53%-
HSV(B)261.5º70.18%67.06%-
XYZ13.157.6939.32-
YUV77.54180.75139.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.75%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 171 (67.19% from 255) = 54.11%
R=29.75%
G=16.14%
B=54.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94511710.450.7000.33261.554.0543.53
Hex5E33AB2D46021106362c
Octal13663253551060414066654
Binary10111101100111010101110110110001100100001100000110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E33AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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