Html Css Color HEX #5E199F Royal Purple

📋 copy color: '#5E199F'

red 94 ◦ green 25 ◦ blue 159

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

Shades of Royal Purple #5E199F

Tints of Royal Purple #5E199F

RGB

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

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

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

R = 33.81%
G = 8.99%
B = 57.19%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E199F (or 0x5E199F) is known color: Royal Purple. HEX triplet: 5E, 19 and 9F. RGB value is (94,25,159). Sum of RGB (Red+Green+Blue) = 94+25+159=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E199F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E199F is #A1E660. Grayscale: #3C3C3C. Windows color (decimal): -10610273 or 10426718. OLE color: 10426718.

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

Color convert

RGB 94 25 159 -
CMYK 0.41 0.84 0 0.38
HSL 270.9º 0.73% 0.36% -
HSV(B) 270.9º 0.84% 0.62% -
XYZ 11.22 5.58 33.29 -
YUV 60.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 94 25 159 0.41 0.84 0 0.38 270.9 0.73 0.36
Hex 5E 19 9F 29 54 0 26 10F 49 24
Octal 136 31 237 51 124 0 46 417 111 44
Binary 1011110 11001 10011111 101001 1010100 0 100110 100001111 1001001 100100

Color Harmonies of #5E199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E199F

Black with #5E199F

Text Example


Text Example

White with #5E199F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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