#5E289E

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

Shades of Royal Purple #5E289E

Tints of Royal Purple #5E289E

Color information

#5E289E (or 0x5E289E) is unknown color: approx Royal Purple. HEX triplet: 5E, 28 and 9E. RGB value is (94,40,158). Sum of RGB (Red+Green+Blue) = 94+40+158=292 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.19% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E289E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E289E is #A1D761. Grayscale: #454545. Windows color (decimal): -10606434 or 10365022. OLE color: 10365022.

HSL color Cylindrical-coordinate representation of color #5E289E: hue angle of 267.46º degrees, saturation: 0.6, 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 #5E289E is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9440158-
CMYK0.410.7500.38
HSL267.46º59.6%38.82%-
HSV(B)267.46º74.68%61.96%-
XYZ11.556.3732.97-
YUV69.6177.89145.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.19%
GREEN value IS 40 (16.02% from 255) = 13.70%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=32.19%
G=13.70%
B=54.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94401580.410.7500.38267.4659.638.82
Hex5E289E294B02610b3c27
Octal13650236511130464137447
Binary10111101010001001111010100110010110100110100001011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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