#5B35AB

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

Shades of Royal Purple #5B35AB

Tints of Royal Purple #5B35AB

Color information

#5B35AB (or 0x5B35AB) is unknown color: approx Royal Purple. HEX triplet: 5B, 35 and AB. RGB value is (91,53,171). Sum of RGB (Red+Green+Blue) = 91+53+171=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #5B35AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B35AB is #A4CA54. Grayscale: #4D4D4D. Windows color (decimal): -10799701 or 11220315. OLE color: 11220315.

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

Color convert

RGB9153171-
CMYK0.470.6900.33
HSL259.32º52.68%43.92%-
HSV(B)259.32º69.01%67.06%-
XYZ12.947.7139.33-
YUV77.81180.59137.41-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 53 (21.09% from 255) = 16.83%
BLUE value IS 171 (67.19% from 255) = 54.29%
R=28.89%
G=16.83%
B=54.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91531710.470.6900.33259.3252.6843.92
Hex5B35AB2F45021103352c
Octal13365253571050414036554
Binary10110111101011010101110111110001010100001100000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B35AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,53,171); }

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

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

 a { background-color: rgb(91,53,171); }

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

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

 span { border-color: rgb(91,53,171); }

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