#5E2DA9

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

Shades of Royal Purple #5E2DA9

Tints of Royal Purple #5E2DA9

Color information

#5E2DA9 (or 0x5E2DA9) is unknown color: approx Royal Purple. HEX triplet: 5E, 2D and A9. RGB value is (94,45,169). Sum of RGB (Red+Green+Blue) = 94+45+169=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 45 (17.97% from 255 or 14.61% from 308); Blue value is 169 (66.41% from 255 or 54.87% from 308); Max value from RGB is 169 - color contains mainly: blue. Hex color #5E2DA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2DA9 is #A1D256. Grayscale: #494949. Windows color (decimal): -10605143 or 11087198. OLE color: 11087198.

HSL color Cylindrical-coordinate representation of color #5E2DA9: hue angle of 263.71º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E2DA9 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB9445169-
CMYK0.440.7300.34
HSL263.71º57.94%41.96%-
HSV(B)263.71º73.37%66.27%-
XYZ12.727.1238.24-
YUV73.79181.73142.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.52%
GREEN value IS 45 (17.97% from 255) = 14.61%
BLUE value IS 169 (66.41% from 255) = 54.87%
R=30.52%
G=14.61%
B=54.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal94451690.440.7300.34263.7157.9441.96
Hex5E2DA92C490221083a2a
Octal13655251541110424107252
Binary10111101011011010100110110010010010100010100001000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,45,169); }

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

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

 a { background-color: rgb(94,45,169); }

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

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

 span { border-color: rgb(94,45,169); }

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