#5B2AE4

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

Shades of Han Purple #5B2AE4

Tints of Han Purple #5B2AE4

Color information

#5B2AE4 (or 0x5B2AE4) is unknown color: approx Han Purple. HEX triplet: 5B, 2A and E4. RGB value is (91,42,228). Sum of RGB (Red+Green+Blue) = 91+42+228=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 228 (89.45% from 255 or 63.16% from 361); Max value from RGB is 228 - color contains mainly: blue. Hex color #5B2AE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B2AE4 is #A4D51B. Grayscale: #4D4D4D. Windows color (decimal): -10802460 or 14953051. OLE color: 14953051.

HSL color Cylindrical-coordinate representation of color #5B2AE4: hue angle of 255.81º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2AE4 is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9142228-
CMYK0.600.8200.11
HSL255.81º77.5%52.94%-
HSV(B)255.81º81.58%89.41%-
XYZ19.159.4874.22-
YUV77.86212.73137.38-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 228 (89.45% from 255) = 63.16%
R=25.21%
G=11.63%
B=63.16%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91422280.600.8200.11255.8177.552.94
Hex5B2AE43C520B1004e35
Octal133523447412201340011665
Binary1011011101010111001001111001010010010111000000001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B2AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,42,228); }

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

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

 a { background-color: rgb(91,42,228); }

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

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

 span { border-color: rgb(91,42,228); }

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