#5E309E

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

Shades of Royal Purple #5E309E

Tints of Royal Purple #5E309E

Color information

#5E309E (or 0x5E309E) is unknown color: approx Royal Purple. HEX triplet: 5E, 30 and 9E. RGB value is (94,48,158). Sum of RGB (Red+Green+Blue) = 94+48+158=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E309E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E309E is #A1CF61. Grayscale: #494949. Windows color (decimal): -10604386 or 10367070. OLE color: 10367070.

HSL color Cylindrical-coordinate representation of color #5E309E: hue angle of 265.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E309E is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9448158-
CMYK0.410.7000.38
HSL265.09º53.4%40.39%-
HSV(B)265.09º69.62%61.96%-
XYZ11.846.9633.07-
YUV74.29175.24142.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.33%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 158 (62.11% from 255) = 52.67%
R=31.33%
G=16%
B=52.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94481580.410.7000.38265.0953.440.39
Hex5E309E29460261093528
Octal13660236511060464116550
Binary10111101100001001111010100110001100100110100001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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