#5E33AA

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

Shades of Royal Purple #5E33AA

Tints of Royal Purple #5E33AA

Color information

#5E33AA (or 0x5E33AA) is unknown color: approx Royal Purple. HEX triplet: 5E, 33 and AA. RGB value is (94,51,170). Sum of RGB (Red+Green+Blue) = 94+51+170=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E33AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E33AA is #A1CC55. Grayscale: #4C4C4C. Windows color (decimal): -10603606 or 11154270. OLE color: 11154270.

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

Color convert

RGB9451170-
CMYK0.450.700.33
HSL261.68º53.85%43.33%-
HSV(B)261.68º70%66.67%-
XYZ13.067.6538.82-
YUV77.42180.25139.82-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.84%
GREEN value IS 51 (20.31% from 255) = 16.19%
BLUE value IS 170 (66.80% from 255) = 53.97%
R=29.84%
G=16.19%
B=53.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94511700.450.700.33261.6853.8543.33
Hex5E33AA2D46021106362b
Octal13663252551060414066653
Binary10111101100111010101010110110001100100001100000110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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