Html Css Color HEX #5E41AC Royal Purple

📋 copy color: '#5E41AC'

red 94 ◦ green 65 ◦ blue 172

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

Shades of Royal Purple #5E41AC

Tints of Royal Purple #5E41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 28.4%
G = 19.64%
B = 51.96%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E41AC (or 0x5E41AC) is known color: Royal Purple. HEX triplet: 5E, 41 and AC. RGB value is (94,65,172). Sum of RGB (Red+Green+Blue) = 94+65+172=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 172 (67.58% from 255 or 51.96% from 331); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41AC is #A1BE53. Grayscale: #555555. Windows color (decimal): -10600020 or 11288926. OLE color: 11288926.

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

Color convert

RGB 94 65 172 -
CMYK 0.45 0.62 0 0.33
HSL 256.26º 0.45% 0.46% -
HSV(B) 256.26º 0.62% 0.67% -
XYZ 13.95 9.14 40.06 -
YUV 85.87 176.61 133.8 -
System Red Green Blue C M Y K H S L
Decimal 94 65 172 0.45 0.62 0 0.33 256.26 0.45 0.46
Hex 5E 41 AC 2D 3E 0 21 100 2D 2E
Octal 136 101 254 55 76 0 41 400 55 56
Binary 1011110 1000001 10101100 101101 111110 0 100001 100000000 101101 101110

Color Harmonies of #5E41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41AC

Black with #5E41AC

Text Example


Text Example

White with #5E41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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