#5E3FAF

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

Shades of Royal Purple #5E3FAF

Tints of Royal Purple #5E3FAF

Color information

#5E3FAF (or 0x5E3FAF) is unknown color: approx Royal Purple. HEX triplet: 5E, 3F and AF. RGB value is (94,63,175). Sum of RGB (Red+Green+Blue) = 94+63+175=332 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.31% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #5E3FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3FAF is #A1C050. Grayscale: #545454. Windows color (decimal): -10600529 or 11485022. OLE color: 11485022.

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

Color convert

RGB9463175-
CMYK0.460.6400.31
HSL256.61º47.06%46.67%-
HSV(B)256.61º64%68.63%-
XYZ14.139.0341.56-
YUV85.04178.77134.39-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.31%
GREEN value IS 63 (25% from 255) = 18.98%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=28.31%
G=18.98%
B=52.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal94631750.460.6400.31256.6147.0646.67
Hex5E3FAF2E4001F1012f2f
Octal13677257561000374015757
Binary1011110111111101011111011101000000011111100000001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E3FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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