Html Css Color HEX #5E41AB Royal Purple

📋 copy color: '#5E41AB'

red 94 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #5E41AB

Tints of Royal Purple #5E41AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 28.48%
G = 19.7%
B = 51.82%

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

#5E41AB (or 0x5E41AB) is known color: Royal Purple. HEX triplet: 5E, 41 and AB. RGB value is (94,65,171). Sum of RGB (Red+Green+Blue) = 94+65+171=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #5E41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E41AB is #A1BE54. Grayscale: #555555. Windows color (decimal): -10600021 or 11223390. OLE color: 11223390.

HSL color Cylindrical-coordinate representation of color #5E41AB: hue angle of 256.42º 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 #5E41AB is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 65 171 -
CMYK 0.45 0.62 0 0.33
HSL 256.42º 0.45% 0.46% -
HSV(B) 256.42º 0.62% 0.67% -
XYZ 13.86 9.1 39.55 -
YUV 85.76 176.11 133.88 -
System Red Green Blue C M Y K H S L
Decimal 94 65 171 0.45 0.62 0 0.33 256.42 0.45 0.46
Hex 5E 41 AB 2D 3E 0 21 100 2D 2E
Octal 136 101 253 55 76 0 41 400 55 56
Binary 1011110 1000001 10101011 101101 111110 0 100001 100000000 101101 101110

Color Harmonies of #5E41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E41AB

Black with #5E41AB

Text Example


Text Example

White with #5E41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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