#5B25E0

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

Shades of Han Purple #5B25E0

Tints of Han Purple #5B25E0

Color information

#5B25E0 (or 0x5B25E0) is unknown color: approx Han Purple. HEX triplet: 5B, 25 and E0. RGB value is (91,37,224). Sum of RGB (Red+Green+Blue) = 91+37+224=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 224 (87.89% from 255 or 63.64% from 352); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B25E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B25E0 is #A4DA1F. Grayscale: #494949. Windows color (decimal): -10803744 or 14689627. OLE color: 14689627.

HSL color Cylindrical-coordinate representation of color #5B25E0: hue angle of 257.33º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B25E0 is Cyan = 0.59, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9137224-
CMYK0.590.8300.12
HSL257.33º75.1%51.18%-
HSV(B)257.33º83.48%87.84%-
XYZ18.438.9371.27-
YUV74.46212.39139.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 224 (87.89% from 255) = 63.64%
R=25.85%
G=10.51%
B=63.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal91372240.590.8300.12257.3375.151.18
Hex5B25E03B530C1014b33
Octal133453407312301440111363
Binary1011011100101111000001110111010011011001000000011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B25E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,37,224); }

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

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

 a { background-color: rgb(91,37,224); }

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

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

 span { border-color: rgb(91,37,224); }

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