#5E279C

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

Shades of Royal Purple #5E279C

Tints of Royal Purple #5E279C

Color information

#5E279C (or 0x5E279C) is unknown color: approx Royal Purple. HEX triplet: 5E, 27 and 9C. RGB value is (94,39,156). Sum of RGB (Red+Green+Blue) = 94+39+156=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 39 (15.62% from 255 or 13.49% from 289); Blue value is 156 (61.33% from 255 or 53.98% from 289); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E279C is #A1D863. Grayscale: #444444. Windows color (decimal): -10606692 or 10233694. OLE color: 10233694.

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

Color convert

RGB9439156-
CMYK0.400.7500.39
HSL268.21º60%38.24%-
HSV(B)268.21º75%61.18%-
XYZ11.346.2332.06-
YUV68.78177.22145.99-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 39 (15.62% from 255) = 13.49%
BLUE value IS 156 (61.33% from 255) = 53.98%
R=32.53%
G=13.49%
B=53.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94391560.400.7500.39268.216038.24
Hex5E279C284B02710c3c26
Octal13647234501130474147446
Binary10111101001111001110010100010010110100111100001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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