Html Css Color HEX #5E369F Royal Purple

📋 copy color: '#5E369F'

red 94 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #5E369F

Tints of Royal Purple #5E369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 30.62%
G = 17.59%
B = 51.79%

CMYK

 C value IS 0.41

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E369F (or 0x5E369F) is known color: Royal Purple. HEX triplet: 5E, 36 and 9F. RGB value is (94,54,159). Sum of RGB (Red+Green+Blue) = 94+54+159=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E369F is #A1C960. Grayscale: #4D4D4D. Windows color (decimal): -10602849 or 10434142. OLE color: 10434142.

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

Color convert

RGB 94 54 159 -
CMYK 0.41 0.66 0 0.38
HSL 262.86º 0.49% 0.42% -
HSV(B) 262.86º 0.66% 0.62% -
XYZ 12.19 7.52 33.61 -
YUV 77.93 173.75 139.46 -
System Red Green Blue C M Y K H S L
Decimal 94 54 159 0.41 0.66 0 0.38 262.86 0.49 0.42
Hex 5E 36 9F 29 42 0 26 107 31 2A
Octal 136 66 237 51 102 0 46 407 61 52
Binary 1011110 110110 10011111 101001 1000010 0 100110 100000111 110001 101010

Color Harmonies of #5E369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E369F

Black with #5E369F

Text Example


Text Example

White with #5E369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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