#5E3DA5

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

Shades of Royal Purple #5E3DA5

Tints of Royal Purple #5E3DA5

Color information

#5E3DA5 (or 0x5E3DA5) is unknown color: approx Royal Purple. HEX triplet: 5E, 3D and A5. RGB value is (94,61,165). Sum of RGB (Red+Green+Blue) = 94+61+165=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 165 (64.84% from 255 or 51.56% from 320); Max value from RGB is 165 - color contains mainly: blue. Hex color #5E3DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3DA5 is #A1C25A. Grayscale: #525252. Windows color (decimal): -10601051 or 10829150. OLE color: 10829150.

HSL color Cylindrical-coordinate representation of color #5E3DA5: hue angle of 259.04º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E3DA5 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9461165-
CMYK0.430.6300.35
HSL259.04º46.02%44.31%-
HSV(B)259.04º63.03%64.71%-
XYZ13.088.4336.54-
YUV82.72174.43136.04-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.38%
GREEN value IS 61 (24.22% from 255) = 19.06%
BLUE value IS 165 (64.84% from 255) = 51.56%
R=29.38%
G=19.06%
B=51.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal94611650.430.6300.35259.0446.0244.31
Hex5E3DA52B3F0231032e2c
Octal1367524553770434035654
Binary1011110111101101001011010111111110100011100000011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,61,165); }

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

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

 a { background-color: rgb(94,61,165); }

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

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

 span { border-color: rgb(94,61,165); }

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