#5B3CAF

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

Shades of Royal Purple #5B3CAF

Tints of Royal Purple #5B3CAF

Color information

#5B3CAF (or 0x5B3CAF) is unknown color: approx Royal Purple. HEX triplet: 5B, 3C and AF. RGB value is (91,60,175). Sum of RGB (Red+Green+Blue) = 91+60+175=326 (43% of max value = 765). Red value is 91 (35.94% from 255 or 27.91% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B3CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3CAF is #A4C350. Grayscale: #515151. Windows color (decimal): -10797905 or 11484251. OLE color: 11484251.

HSL color Cylindrical-coordinate representation of color #5B3CAF: hue angle of 256.17º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B3CAF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9160175-
CMYK0.480.6600.31
HSL256.17º48.94%46.08%-
HSV(B)256.17º65.71%68.63%-
XYZ13.678.5541.49-
YUV82.38180.27134.15-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 27.91%
GREEN value IS 60 (23.83% from 255) = 18.40%
BLUE value IS 175 (68.75% from 255) = 53.68%
R=27.91%
G=18.40%
B=53.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal91601750.480.6600.31256.1748.9446.08
Hex5B3CAF304201F100312e
Octal13374257601020374006156
Binary1011011111100101011111100001000010011111100000000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B3CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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