Html Css Color HEX #5E40A5 Royal Purple

📋 copy color: '#5E40A5'

red 94 ◦ green 64 ◦ blue 165

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

Shades of Royal Purple #5E40A5

Tints of Royal Purple #5E40A5

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 165 (64.84% from 255) = 51.08%

R = 29.1%
G = 19.81%
B = 51.08%

CMYK

 C value IS 0.43

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5E40A5 (or 0x5E40A5) is known color: Royal Purple. HEX triplet: 5E, 40 and A5. RGB value is (94,64,165). Sum of RGB (Red+Green+Blue) = 94+64+165=323 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.10% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #5E40A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E40A5 is #A1BF5A. Grayscale: #545454. Windows color (decimal): -10600283 or 10829918. OLE color: 10829918.

HSL color Cylindrical-coordinate representation of color #5E40A5: hue angle of 257.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E40A5 is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 94 64 165 -
CMYK 0.43 0.61 0 0.35
HSL 257.82º 0.44% 0.45% -
HSV(B) 257.82º 0.61% 0.65% -
XYZ 13.24 8.76 36.59 -
YUV 84.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 94 64 165 0.43 0.61 0 0.35 257.82 0.44 0.45
Hex 5E 40 A5 2B 3D 0 23 102 2C 2D
Octal 136 100 245 53 75 0 43 402 54 55
Binary 1011110 1000000 10100101 101011 111101 0 100011 100000010 101100 101101

Color Harmonies of #5E40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E40A5

Black with #5E40A5

Text Example


Text Example

White with #5E40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,64,165); }

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

background-color css

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

 a { background-color: rgb(94,64,165); }

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

border-color css

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

 span { border-color: rgb(94,64,165); }

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