Html Css Color HEX #5931A6 Royal Purple

📋 copy color: '#5931A6'

red 89 ◦ green 49 ◦ blue 166

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

Shades of Royal Purple #5931A6

Tints of Royal Purple #5931A6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

 BLUE value IS 166 (65.23% from 255) = 54.61%

R = 29.28%
G = 16.12%
B = 54.61%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5931A6 (or 0x5931A6) is known color: Royal Purple. HEX triplet: 59, 31 and A6. RGB value is (89,49,166). Sum of RGB (Red+Green+Blue) = 89+49+166=304 (40% of max value = 765). Red value is 89 (35.16% from 255 or 29.28% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #5931A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5931A6 is #A6CE59. Grayscale: #494949. Windows color (decimal): -10931802 or 10891609. OLE color: 10891609.

HSL color Cylindrical-coordinate representation of color #5931A6: hue angle of 260.51º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5931A6 is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 49 166 -
CMYK 0.46 0.70 0 0.35
HSL 260.51º 0.54% 0.42% -
HSV(B) 260.51º 0.7% 0.65% -
XYZ 12.1 7.07 36.8 -
YUV 74.3 179.75 138.49 -
System Red Green Blue C M Y K H S L
Decimal 89 49 166 0.46 0.70 0 0.35 260.51 0.54 0.42
Hex 59 31 A6 2E 46 0 23 105 36 2A
Octal 131 61 246 56 106 0 43 405 66 52
Binary 1011001 110001 10100110 101110 1000110 0 100011 100000101 110110 101010

Color Harmonies of #5931A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5931A6

Black with #5931A6

Text Example


Text Example

White with #5931A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5931A6; }

 p { color: rgb(89,49,166); }

 H1.HeaderClassName
 {
   color: #5931A6;
 }
 .AnyTagClassName
 {
   color: #5931A6;
 }
</style>

background-color css

<style>
 a { background-color: #5931A6; }

 a { background-color: rgb(89,49,166); }

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

border-color css

<style>
 span { border-color: #5931A6; }

 span { border-color: rgb(89,49,166); }

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