#5E34A0

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

Shades of Royal Purple #5E34A0

Tints of Royal Purple #5E34A0

Color information

#5E34A0 (or 0x5E34A0) is unknown color: approx Royal Purple. HEX triplet: 5E, 34 and A0. RGB value is (94,52,160). Sum of RGB (Red+Green+Blue) = 94+52+160=306 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.72% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 160 (62.89% from 255 or 52.29% from 306); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E34A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E34A0 is #A1CB5F. Grayscale: #4C4C4C. Windows color (decimal): -10603360 or 10499166. OLE color: 10499166.

HSL color Cylindrical-coordinate representation of color #5E34A0: hue angle of 263.33º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5E34A0 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9452160-
CMYK0.410.6800.37
HSL263.33º50.94%41.57%-
HSV(B)263.33º67.5%62.75%-
XYZ12.197.3734.04-
YUV76.87174.91140.22-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.72%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 160 (62.89% from 255) = 52.29%
R=30.72%
G=16.99%
B=52.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94521600.410.6800.37263.3350.9441.57
Hex5E34A02944025107332a
Octal13664240511040454076352
Binary10111101101001010000010100110001000100101100000111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E34A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,52,160); }

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

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

 a { background-color: rgb(94,52,160); }

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

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

 span { border-color: rgb(94,52,160); }

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