#5E289D

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

Shades of Royal Purple #5E289D

Tints of Royal Purple #5E289D

Color information

#5E289D (or 0x5E289D) is unknown color: approx Royal Purple. HEX triplet: 5E, 28 and 9D. RGB value is (94,40,157). Sum of RGB (Red+Green+Blue) = 94+40+157=291 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.30% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E289D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E289D is #A1D762. Grayscale: #454545. Windows color (decimal): -10606435 or 10299486. OLE color: 10299486.

HSL color Cylindrical-coordinate representation of color #5E289D: hue angle of 267.69º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E289D is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9440157-
CMYK0.400.7500.38
HSL267.69º59.39%38.63%-
HSV(B)267.69º74.52%61.57%-
XYZ11.466.3332.52-
YUV69.48177.39145.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.30%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=32.30%
G=13.75%
B=53.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94401570.400.7500.38267.6959.3938.63
Hex5E289D284B02610c3b27
Octal13650235501130464147347
Binary10111101010001001110110100010010110100110100001100111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E289D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,157); }

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

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

 a { background-color: rgb(94,40,157); }

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

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

 span { border-color: rgb(94,40,157); }

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