Html Css Color HEX #5E319E Royal Purple

📋 copy color: '#5E319E'

red 94 ◦ green 49 ◦ blue 158

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

Shades of Royal Purple #5E319E

Tints of Royal Purple #5E319E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.28%

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

R = 31.23%
G = 16.28%
B = 52.49%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E319E (or 0x5E319E) is known color: Royal Purple. HEX triplet: 5E, 31 and 9E. RGB value is (94,49,158). Sum of RGB (Red+Green+Blue) = 94+49+158=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E319E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E319E is #A1CE61. Grayscale: #4A4A4A. Windows color (decimal): -10604130 or 10367326. OLE color: 10367326.

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

Color convert

RGB 94 49 158 -
CMYK 0.41 0.69 0 0.38
HSL 264.77º 0.53% 0.41% -
HSV(B) 264.77º 0.69% 0.62% -
XYZ 11.89 7.04 33.08 -
YUV 74.88 174.91 141.64 -
System Red Green Blue C M Y K H S L
Decimal 94 49 158 0.41 0.69 0 0.38 264.77 0.53 0.41
Hex 5E 31 9E 29 45 0 26 109 35 29
Octal 136 61 236 51 105 0 46 411 65 51
Binary 1011110 110001 10011110 101001 1000101 0 100110 100001001 110101 101001

Color Harmonies of #5E319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E319E

Black with #5E319E

Text Example


Text Example

White with #5E319E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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