#5B3CAC

Color #5B3CAC Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #5B3CAC

Tints of Royal Purple #5B3CAC

Color information

#5B3CAC (or 0x5B3CAC) is unknown color: approx Royal Purple. HEX triplet: 5B, 3C and AC. RGB value is (91,60,172). Sum of RGB (Red+Green+Blue) = 91+60+172=323 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.17% from 323); Green value is 60 (23.83% from 255 or 18.58% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B3CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3CAC is #A4C353. Grayscale: #515151. Windows color (decimal): -10797908 or 11287643. OLE color: 11287643.

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

Color convert

RGB9160172-
CMYK0.470.6500.33
HSL256.61º48.28%45.49%-
HSV(B)256.61º65.12%67.45%-
XYZ13.388.4339.95-
YUV82.04178.77134.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.17%
GREEN value IS 60 (23.83% from 255) = 18.58%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=28.17%
G=18.58%
B=53.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91601720.470.6500.33256.6148.2845.49
Hex5B3CAC2F41021101302d
Octal13374254571010414016055
Binary10110111111001010110010111110000010100001100000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B3CAC;
 }
 .AnyTagClassName
 {
   color: #5B3CAC;
 }
</style>
background-color css

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

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

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

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

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

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