Html Css Color HEX #5E189F Royal Purple

📋 copy color: '#5E189F'

red 94 ◦ green 24 ◦ blue 159

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

Shades of Royal Purple #5E189F

Tints of Royal Purple #5E189F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 33.94%
G = 8.66%
B = 57.4%

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

#5E189F (or 0x5E189F) is known color: Royal Purple. HEX triplet: 5E, 18 and 9F. RGB value is (94,24,159). Sum of RGB (Red+Green+Blue) = 94+24+159=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 24 (9.77% from 255 or 8.66% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E189F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E189F is #A1E760. Grayscale: #3B3B3B. Windows color (decimal): -10610529 or 10426462. OLE color: 10426462.

HSL color Cylindrical-coordinate representation of color #5E189F: hue angle of 271.11º 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 #5E189F is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 24 159 -
CMYK 0.41 0.85 0 0.38
HSL 271.11º 0.74% 0.36% -
HSV(B) 271.11º 0.85% 0.62% -
XYZ 11.2 5.54 33.28 -
YUV 60.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 94 24 159 0.41 0.85 0 0.38 271.11 0.74 0.36
Hex 5E 18 9F 29 55 0 26 10F 4A 24
Octal 136 30 237 51 125 0 46 417 112 44
Binary 1011110 11000 10011111 101001 1010101 0 100110 100001111 1001010 100100

Color Harmonies of #5E189F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E189F

Black with #5E189F

Text Example


Text Example

White with #5E189F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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