#5E3AAF

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

Shades of Royal Purple #5E3AAF

Tints of Royal Purple #5E3AAF

Color information

#5E3AAF (or 0x5E3AAF) is unknown color: approx Royal Purple. HEX triplet: 5E, 3A and AF. RGB value is (94,58,175). Sum of RGB (Red+Green+Blue) = 94+58+175=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E3AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3AAF is #A1C550. Grayscale: #515151. Windows color (decimal): -10601809 or 11483742. OLE color: 11483742.

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

Color convert

RGB9458175-
CMYK0.460.6700.31
HSL258.46º50.21%45.69%-
HSV(B)258.46º66.86%68.63%-
XYZ13.878.541.47-
YUV82.1180.43136.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 58 (23.05% from 255) = 17.74%
BLUE value IS 175 (68.75% from 255) = 53.52%
R=28.75%
G=17.74%
B=53.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94581750.460.6700.31258.4650.2145.69
Hex5E3AAF2E4301F102322e
Octal13672257561030374026256
Binary1011110111010101011111011101000011011111100000010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,58,175); }

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

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

 a { background-color: rgb(94,58,175); }

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

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

 span { border-color: rgb(94,58,175); }

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