Html Css Color HEX #5941AB Royal Purple

📋 copy color: '#5941AB'

red 89 ◦ green 65 ◦ blue 171

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

Shades of Royal Purple #5941AB

Tints of Royal Purple #5941AB

RGB

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

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

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

R = 27.38%
G = 20%
B = 52.62%

CMYK

 C value IS 0.48

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5941AB (or 0x5941AB) is known color: Royal Purple. HEX triplet: 59, 41 and AB. RGB value is (89,65,171). Sum of RGB (Red+Green+Blue) = 89+65+171=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #5941AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5941AB is #A6BE54. Grayscale: #535353. Windows color (decimal): -10927701 or 11223385. OLE color: 11223385.

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

Color convert

RGB 89 65 171 -
CMYK 0.48 0.62 0 0.33
HSL 253.58º 0.45% 0.46% -
HSV(B) 253.58º 0.62% 0.67% -
XYZ 13.36 8.84 39.53 -
YUV 84.26 176.95 131.38 -
System Red Green Blue C M Y K H S L
Decimal 89 65 171 0.48 0.62 0 0.33 253.58 0.45 0.46
Hex 59 41 AB 30 3E 0 21 FE 2D 2E
Octal 131 101 253 60 76 0 41 376 55 56
Binary 1011001 1000001 10101011 110000 111110 0 100001 11111110 101101 101110

Color Harmonies of #5941AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5941AB

Black with #5941AB

Text Example


Text Example

White with #5941AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5941AB; }

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

 H1.HeaderClassName
 {
   color: #5941AB;
 }
 .AnyTagClassName
 {
   color: #5941AB;
 }
</style>

background-color css

<style>
 a { background-color: #5941AB; }

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

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

border-color css

<style>
 span { border-color: #5941AB; }

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

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