Html Css Color HEX #5E199D Royal Purple

📋 copy color: '#5E199D'

red 94 ◦ green 25 ◦ blue 157

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

Shades of Royal Purple #5E199D

Tints of Royal Purple #5E199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.06%

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

R = 34.06%
G = 9.06%
B = 56.88%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E199D (or 0x5E199D) is known color: Royal Purple. HEX triplet: 5E, 19 and 9D. RGB value is (94,25,157). Sum of RGB (Red+Green+Blue) = 94+25+157=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 25 (10.16% from 255 or 9.06% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E199D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E199D is #A1E662. Grayscale: #3C3C3C. Windows color (decimal): -10610275 or 10295646. OLE color: 10295646.

HSL color Cylindrical-coordinate representation of color #5E199D: hue angle of 271.36º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E199D is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 25 157 -
CMYK 0.40 0.84 0 0.38
HSL 271.36º 0.73% 0.36% -
HSV(B) 271.36º 0.84% 0.62% -
XYZ 11.05 5.51 32.38 -
YUV 60.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 94 25 157 0.40 0.84 0 0.38 271.36 0.73 0.36
Hex 5E 19 9D 28 54 0 26 10F 49 24
Octal 136 31 235 50 124 0 46 417 111 44
Binary 1011110 11001 10011101 101000 1010100 0 100110 100001111 1001001 100100

Color Harmonies of #5E199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E199D

Black with #5E199D

Text Example


Text Example

White with #5E199D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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