#5E219C

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

Shades of Royal Purple #5E219C

Tints of Royal Purple #5E219C

Color information

#5E219C (or 0x5E219C) is unknown color: approx Royal Purple. HEX triplet: 5E, 21 and 9C. RGB value is (94,33,156). Sum of RGB (Red+Green+Blue) = 94+33+156=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 156 (61.33% from 255 or 55.12% from 283); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E219C is #A1DE63. Grayscale: #404040. Windows color (decimal): -10608228 or 10232158. OLE color: 10232158.

HSL color Cylindrical-coordinate representation of color #5E219C: hue angle of 269.76º degrees, saturation: 0.65, 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 #5E219C is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9433156-
CMYK0.400.7900.39
HSL269.76º65.08%37.06%-
HSV(B)269.76º78.85%61.18%-
XYZ11.165.8732-
YUV65.26179.21148.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.22%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 156 (61.33% from 255) = 55.12%
R=33.22%
G=11.66%
B=55.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal94331560.400.7900.39269.7665.0837.06
Hex5E219C284F02710e4125
Octal136412345011704741610145
Binary101111010000110011100101000100111101001111000011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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