#5E209B

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

Shades of Royal Purple #5E209B

Tints of Royal Purple #5E209B

Color information

#5E209B (or 0x5E209B) is unknown color: approx Royal Purple. HEX triplet: 5E, 20 and 9B. RGB value is (94,32,155). Sum of RGB (Red+Green+Blue) = 94+32+155=281 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.45% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E209B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E209B is #A1DF64. Grayscale: #404040. Windows color (decimal): -10608485 or 10166366. OLE color: 10166366.

HSL color Cylindrical-coordinate representation of color #5E209B: hue angle of 270.24º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E209B is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9432155-
CMYK0.390.7900.39
HSL270.24º65.78%36.67%-
HSV(B)270.24º79.35%60.78%-
XYZ11.055.7831.54-
YUV64.56179.04149-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.45%
GREEN value IS 32 (12.89% from 255) = 11.39%
BLUE value IS 155 (60.94% from 255) = 55.16%
R=33.45%
G=11.39%
B=55.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94321550.390.7900.39270.2465.7836.67
Hex5E209B274F02710e4225
Octal136402334711704741610245
Binary101111010000010011011100111100111101001111000011101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,32,155); }

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

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

 a { background-color: rgb(94,32,155); }

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

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

 span { border-color: rgb(94,32,155); }

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