Html Css Color HEX #5940AE Royal Purple

📋 copy color: '#5940AE'

red 89 ◦ green 64 ◦ blue 174

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

Shades of Royal Purple #5940AE

Tints of Royal Purple #5940AE

RGB

 RED value IS 89 (35.16% from 255) = 27.22%

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

 BLUE value IS 174 (68.36% from 255) = 53.21%

R = 27.22%
G = 19.57%
B = 53.21%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5940AE (or 0x5940AE) is known color: Royal Purple. HEX triplet: 59, 40 and AE. RGB value is (89,64,174). Sum of RGB (Red+Green+Blue) = 89+64+174=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #5940AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5940AE is #A6BF51. Grayscale: #535353. Windows color (decimal): -10927954 or 11419737. OLE color: 11419737.

HSL color Cylindrical-coordinate representation of color #5940AE: hue angle of 253.64º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5940AE is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 64 174 -
CMYK 0.49 0.63 0 0.32
HSL 253.64º 0.46% 0.47% -
HSV(B) 253.64º 0.63% 0.68% -
XYZ 13.59 8.85 41.04 -
YUV 84.02 178.78 131.56 -
System Red Green Blue C M Y K H S L
Decimal 89 64 174 0.49 0.63 0 0.32 253.64 0.46 0.47
Hex 59 40 AE 31 3F 0 20 FE 2E 2F
Octal 131 100 256 61 77 0 40 376 56 57
Binary 1011001 1000000 10101110 110001 111111 0 100000 11111110 101110 101111

Color Harmonies of #5940AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940AE

Black with #5940AE

Text Example


Text Example

White with #5940AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5940AE; }

 p { color: rgb(89,64,174); }

 H1.HeaderClassName
 {
   color: #5940AE;
 }
 .AnyTagClassName
 {
   color: #5940AE;
 }
</style>

background-color css

<style>
 a { background-color: #5940AE; }

 a { background-color: rgb(89,64,174); }

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

border-color css

<style>
 span { border-color: #5940AE; }

 span { border-color: rgb(89,64,174); }

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