Html Css Color HEX #5E189E Royal Purple

📋 copy color: '#5E189E'

red 94 ◦ green 24 ◦ blue 158

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

Shades of Royal Purple #5E189E

Tints of Royal Purple #5E189E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.7%

 BLUE value IS 158 (62.11% from 255) = 57.25%

R = 34.06%
G = 8.7%
B = 57.25%

CMYK

 C value IS 0.41

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E189E (or 0x5E189E) is known color: Royal Purple. HEX triplet: 5E, 18 and 9E. RGB value is (94,24,158). Sum of RGB (Red+Green+Blue) = 94+24+158=276 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.06% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E189E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E189E is #A1E761. Grayscale: #3B3B3B. Windows color (decimal): -10610530 or 10360926. OLE color: 10360926.

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

Color convert

RGB 94 24 158 -
CMYK 0.41 0.85 0 0.38
HSL 271.34º 0.74% 0.36% -
HSV(B) 271.34º 0.85% 0.62% -
XYZ 11.11 5.5 32.82 -
YUV 60.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 94 24 158 0.41 0.85 0 0.38 271.34 0.74 0.36
Hex 5E 18 9E 29 55 0 26 10F 4A 24
Octal 136 30 236 51 125 0 46 417 112 44
Binary 1011110 11000 10011110 101001 1010101 0 100110 100001111 1001010 100100

Color Harmonies of #5E189E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E189E

Black with #5E189E

Text Example


Text Example

White with #5E189E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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