Html Css Color HEX #5E39AC Royal Purple

📋 copy color: '#5E39AC'

red 94 ◦ green 57 ◦ blue 172

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

Shades of Royal Purple #5E39AC

Tints of Royal Purple #5E39AC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.65%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 29.1%
G = 17.65%
B = 53.25%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E39AC (or 0x5E39AC) is known color: Royal Purple. HEX triplet: 5E, 39 and AC. RGB value is (94,57,172). Sum of RGB (Red+Green+Blue) = 94+57+172=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E39AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E39AC is #A1C653. Grayscale: #505050. Windows color (decimal): -10602068 or 11286878. OLE color: 11286878.

HSL color Cylindrical-coordinate representation of color #5E39AC: hue angle of 259.3º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E39AC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 57 172 -
CMYK 0.45 0.67 0 0.33
HSL 259.3º 0.5% 0.45% -
HSV(B) 259.3º 0.67% 0.67% -
XYZ 13.53 8.28 39.92 -
YUV 81.17 179.26 137.15 -
System Red Green Blue C M Y K H S L
Decimal 94 57 172 0.45 0.67 0 0.33 259.3 0.5 0.45
Hex 5E 39 AC 2D 43 0 21 103 32 2D
Octal 136 71 254 55 103 0 41 403 62 55
Binary 1011110 111001 10101100 101101 1000011 0 100001 100000011 110010 101101

Color Harmonies of #5E39AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E39AC

Black with #5E39AC

Text Example


Text Example

White with #5E39AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,57,172); }

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

background-color css

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

 a { background-color: rgb(94,57,172); }

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

border-color css

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

 span { border-color: rgb(94,57,172); }

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