#5E229E

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

Shades of Royal Purple #5E229E

Tints of Royal Purple #5E229E

Color information

#5E229E (or 0x5E229E) is unknown color: approx Royal Purple. HEX triplet: 5E, 22 and 9E. RGB value is (94,34,158). Sum of RGB (Red+Green+Blue) = 94+34+158=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E229E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E229E is #A1DD61. Grayscale: #414141. Windows color (decimal): -10607970 or 10363486. OLE color: 10363486.

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

Color convert

RGB9434158-
CMYK0.410.7800.38
HSL269.03º64.58%37.65%-
HSV(B)269.03º78.48%61.96%-
XYZ11.365.9932.91-
YUV66.08179.88147.92-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.87%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=32.87%
G=11.89%
B=55.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal94341580.410.7800.38269.0364.5837.65
Hex5E229E294E02610d4126
Octal136422365111604641510146
Binary101111010001010011110101001100111001001101000011011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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