#5E279D

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

Shades of Royal Purple #5E279D

Tints of Royal Purple #5E279D

Color information

#5E279D (or 0x5E279D) is unknown color: approx Royal Purple. HEX triplet: 5E, 27 and 9D. RGB value is (94,39,157). Sum of RGB (Red+Green+Blue) = 94+39+157=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E279D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E279D is #A1D862. Grayscale: #444444. Windows color (decimal): -10606691 or 10299230. OLE color: 10299230.

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

Color convert

RGB9439157-
CMYK0.400.7500.38
HSL267.97º60.2%38.43%-
HSV(B)267.97º75.16%61.57%-
XYZ11.436.2732.51-
YUV68.9177.72145.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 39 (15.62% from 255) = 13.45%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=32.41%
G=13.45%
B=54.14%

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
Decimal94391570.400.7500.38267.9760.238.43
Hex5E279D284B02610c3c26
Octal13647235501130464147446
Binary10111101001111001110110100010010110100110100001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E279D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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