#5E3BAD

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

Shades of Royal Purple #5E3BAD

Tints of Royal Purple #5E3BAD

Color information

#5E3BAD (or 0x5E3BAD) is unknown color: approx Royal Purple. HEX triplet: 5E, 3B and AD. RGB value is (94,59,173). Sum of RGB (Red+Green+Blue) = 94+59+173=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3BAD is #A1C452. Grayscale: #525252. Windows color (decimal): -10601555 or 11352926. OLE color: 11352926.

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

Color convert

RGB9459173-
CMYK0.460.6600.32
HSL258.42º49.14%45.49%-
HSV(B)258.42º65.9%67.84%-
XYZ13.728.5240.46-
YUV82.46179.1136.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 173 (67.97% from 255) = 53.07%
R=28.83%
G=18.10%
B=53.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94591730.460.6600.32258.4249.1445.49
Hex5E3BAD2E42020102312d
Octal13673255561020404026155
Binary10111101110111010110110111010000100100000100000010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,59,173); }

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

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

 a { background-color: rgb(94,59,173); }

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

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

 span { border-color: rgb(94,59,173); }

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