Html Css Color HEX #5B3FAC Royal Purple

📋 copy color: '#5B3FAC'

red 91 ◦ green 63 ◦ blue 172

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

Shades of Royal Purple #5B3FAC

Tints of Royal Purple #5B3FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

 BLUE value IS 172 (67.58% from 255) = 52.76%

R = 27.91%
G = 19.33%
B = 52.76%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B3FAC (or 0x5B3FAC) is known color: Royal Purple. HEX triplet: 5B, 3F and AC. RGB value is (91,63,172). Sum of RGB (Red+Green+Blue) = 91+63+172=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B3FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3FAC is #A4C053. Grayscale: #535353. Windows color (decimal): -10797140 or 11288411. OLE color: 11288411.

HSL color Cylindrical-coordinate representation of color #5B3FAC: hue angle of 255.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B3FAC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 91 63 172 -
CMYK 0.47 0.63 0 0.33
HSL 255.41º 0.46% 0.46% -
HSV(B) 255.41º 0.63% 0.67% -
XYZ 13.54 8.76 40.01 -
YUV 83.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 91 63 172 0.47 0.63 0 0.33 255.41 0.46 0.46
Hex 5B 3F AC 2F 3F 0 21 FF 2E 2E
Octal 133 77 254 57 77 0 41 377 56 56
Binary 1011011 111111 10101100 101111 111111 0 100001 11111111 101110 101110

Color Harmonies of #5B3FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B3FAC

Black with #5B3FAC

Text Example


Text Example

White with #5B3FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,63,172); }

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

background-color css

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

 a { background-color: rgb(91,63,172); }

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

border-color css

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

 span { border-color: rgb(91,63,172); }

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