#5E39AB

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

Shades of Royal Purple #5E39AB

Tints of Royal Purple #5E39AB

Color information

#5E39AB (or 0x5E39AB) is unknown color: approx Royal Purple. HEX triplet: 5E, 39 and AB. RGB value is (94,57,171). Sum of RGB (Red+Green+Blue) = 94+57+171=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E39AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E39AB is #A1C654. Grayscale: #505050. Windows color (decimal): -10602069 or 11221342. OLE color: 11221342.

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

Color convert

RGB9457171-
CMYK0.450.6700.33
HSL259.47º50%44.71%-
HSV(B)259.47º66.67%67.06%-
XYZ13.438.2539.41-
YUV81.06178.76137.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.19%
GREEN value IS 57 (22.66% from 255) = 17.70%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=29.19%
G=17.70%
B=53.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94571710.450.6700.33259.475044.71
Hex5E39AB2D43021103322d
Octal13671253551030414036255
Binary10111101110011010101110110110000110100001100000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E39AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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