Html Css Color HEX #5E209D Royal Purple

📋 copy color: '#5E209D'

red 94 ◦ green 32 ◦ blue 157

#5E209D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #5E209D

Tints of Royal Purple #5E209D

RGB

 RED value IS 94 (37.11% from 255) = 33.22%

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 157 (61.72% from 255) = 55.48%

R = 33.22%
G = 11.31%
B = 55.48%

CMYK

 C value IS 0.40

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E209D (or 0x5E209D) is known color: Royal Purple. HEX triplet: 5E, 20 and 9D. RGB value is (94,32,157). Sum of RGB (Red+Green+Blue) = 94+32+157=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 157 (61.72% from 255 or 55.48% from 283); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E209D is #A1DF62. Grayscale: #404040. Windows color (decimal): -10608483 or 10297438. OLE color: 10297438.

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

Color convert

RGB 94 32 157 -
CMYK 0.40 0.80 0 0.38
HSL 269.76º 0.66% 0.37% -
HSV(B) 269.76º 0.8% 0.62% -
XYZ 11.22 5.85 32.44 -
YUV 64.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 94 32 157 0.40 0.80 0 0.38 269.76 0.66 0.37
Hex 5E 20 9D 28 50 0 26 10E 42 25
Octal 136 40 235 50 120 0 46 416 102 45
Binary 1011110 100000 10011101 101000 1010000 0 100110 100001110 1000010 100101

Color Harmonies of #5E209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E209D

Black with #5E209D

Text Example


Text Example

White with #5E209D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E209D;
 }
 .AnyTagClassName
 {
   color: #5E209D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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