Html Css Color HEX #5940AD Royal Purple

📋 copy color: '#5940AD'

red 89 ◦ green 64 ◦ blue 173

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

Shades of Royal Purple #5940AD

Tints of Royal Purple #5940AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 53.07%

R = 27.3%
G = 19.63%
B = 53.07%

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

#5940AD (or 0x5940AD) is known color: Royal Purple. HEX triplet: 59, 40 and AD. RGB value is (89,64,173). Sum of RGB (Red+Green+Blue) = 89+64+173=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 64 (25.39% from 255 or 19.63% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #5940AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5940AD is #A6BF52. Grayscale: #535353. Windows color (decimal): -10927955 or 11354201. OLE color: 11354201.

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

Color convert

RGB 89 64 173 -
CMYK 0.49 0.63 0 0.32
HSL 253.76º 0.46% 0.46% -
HSV(B) 253.76º 0.63% 0.68% -
XYZ 13.5 8.81 40.52 -
YUV 83.9 178.28 131.64 -
System Red Green Blue C M Y K H S L
Decimal 89 64 173 0.49 0.63 0 0.32 253.76 0.46 0.46
Hex 59 40 AD 31 3F 0 20 FE 2E 2E
Octal 131 100 255 61 77 0 40 376 56 56
Binary 1011001 1000000 10101101 110001 111111 0 100000 11111110 101110 101110

Color Harmonies of #5940AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5940AD

Black with #5940AD

Text Example


Text Example

White with #5940AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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