#5E2FA4

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

Shades of Royal Purple #5E2FA4

Tints of Royal Purple #5E2FA4

Color information

#5E2FA4 (or 0x5E2FA4) is unknown color: approx Royal Purple. HEX triplet: 5E, 2F and A4. RGB value is (94,47,164). Sum of RGB (Red+Green+Blue) = 94+47+164=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E2FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2FA4 is #A1D05B. Grayscale: #494949. Windows color (decimal): -10604636 or 10760030. OLE color: 10760030.

HSL color Cylindrical-coordinate representation of color #5E2FA4: hue angle of 264.1º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E2FA4 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9447164-
CMYK0.430.7100.36
HSL264.1º55.45%41.37%-
HSV(B)264.1º71.34%64.31%-
XYZ12.337.0935.84-
YUV74.39178.57141.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.82%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 164 (64.45% from 255) = 53.77%
R=30.82%
G=15.41%
B=53.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94471640.430.7100.36264.155.4541.37
Hex5E2FA42B470241083729
Octal13657244531070444106751
Binary10111101011111010010010101110001110100100100001000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,47,164); }

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

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

 a { background-color: rgb(94,47,164); }

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

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

 span { border-color: rgb(94,47,164); }

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