#5E3CAB

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

Shades of Royal Purple #5E3CAB

Tints of Royal Purple #5E3CAB

Color information

#5E3CAB (or 0x5E3CAB) is unknown color: approx Royal Purple. HEX triplet: 5E, 3C and AB. RGB value is (94,60,171). Sum of RGB (Red+Green+Blue) = 94+60+171=325 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.92% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E3CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3CAB is #A1C354. Grayscale: #525252. Windows color (decimal): -10601301 or 11222110. OLE color: 11222110.

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

Color convert

RGB9460171-
CMYK0.450.6500.33
HSL258.38º48.05%45.29%-
HSV(B)258.38º64.91%67.06%-
XYZ13.588.5539.46-
YUV82.82177.76135.97-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.92%
GREEN value IS 60 (23.83% from 255) = 18.46%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=28.92%
G=18.46%
B=52.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal94601710.450.6500.33258.3848.0545.29
Hex5E3CAB2D41021102302d
Octal13674253551010414026055
Binary10111101111001010101110110110000010100001100000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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