Html Css Color HEX #5B41AD Royal Purple

📋 copy color: '#5B41AD'

red 91 ◦ green 65 ◦ blue 173

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

Shades of Royal Purple #5B41AD

Tints of Royal Purple #5B41AD

RGB

 RED value IS 91 (35.94% from 255) = 27.66%

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

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

R = 27.66%
G = 19.76%
B = 52.58%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B41AD (or 0x5B41AD) is known color: Royal Purple. HEX triplet: 5B, 41 and AD. RGB value is (91,65,173). Sum of RGB (Red+Green+Blue) = 91+65+173=329 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.66% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B41AD is #A4BE52. Grayscale: #545454. Windows color (decimal): -10796627 or 11354459. OLE color: 11354459.

HSL color Cylindrical-coordinate representation of color #5B41AD: hue angle of 254.44º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B41AD is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 91 65 173 -
CMYK 0.47 0.62 0 0.32
HSL 254.44º 0.45% 0.47% -
HSV(B) 254.44º 0.62% 0.68% -
XYZ 13.75 9.02 40.55 -
YUV 85.09 177.61 132.22 -
System Red Green Blue C M Y K H S L
Decimal 91 65 173 0.47 0.62 0 0.32 254.44 0.45 0.47
Hex 5B 41 AD 2F 3E 0 20 FE 2D 2F
Octal 133 101 255 57 76 0 40 376 55 57
Binary 1011011 1000001 10101101 101111 111110 0 100000 11111110 101101 101111

Color Harmonies of #5B41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B41AD

Black with #5B41AD

Text Example


Text Example

White with #5B41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,65,173); }

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

background-color css

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

 a { background-color: rgb(91,65,173); }

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

border-color css

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

 span { border-color: rgb(91,65,173); }

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