#5E39AD

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

Shades of Royal Purple #5E39AD

Tints of Royal Purple #5E39AD

Color information

#5E39AD (or 0x5E39AD) is unknown color: approx Royal Purple. HEX triplet: 5E, 39 and AD. RGB value is (94,57,173). Sum of RGB (Red+Green+Blue) = 94+57+173=324 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.01% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 173 (67.97% from 255 or 53.40% from 324); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E39AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E39AD is #A1C652. Grayscale: #505050. Windows color (decimal): -10602067 or 11352414. OLE color: 11352414.

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

Color convert

RGB9457173-
CMYK0.460.6700.32
HSL259.14º50.43%45.1%-
HSV(B)259.14º67.05%67.84%-
XYZ13.628.3240.42-
YUV81.29179.76137.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.01%
GREEN value IS 57 (22.66% from 255) = 17.59%
BLUE value IS 173 (67.97% from 255) = 53.40%
R=29.01%
G=17.59%
B=53.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94571730.460.6700.32259.1450.4345.1
Hex5E39AD2E43020103322d
Octal13671255561030404036255
Binary10111101110011010110110111010000110100000100000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E39AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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