#5B10E7

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

Shades of Han Purple #5B10E7

Tints of Han Purple #5B10E7

Color information

#5B10E7 (or 0x5B10E7) is unknown color: approx Han Purple. HEX triplet: 5B, 10 and E7. RGB value is (91,16,231). Sum of RGB (Red+Green+Blue) = 91+16+231=338 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.92% from 338); Green value is 16 (6.64% from 255 or 4.73% from 338); Blue value is 231 (90.62% from 255 or 68.34% from 338); Max value from RGB is 231 - color contains mainly: blue. Hex color #5B10E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B10E7 is #A4EF18. Grayscale: #3E3E3E. Windows color (decimal): -10809113 or 15143003. OLE color: 15143003.

HSL color Cylindrical-coordinate representation of color #5B10E7: hue angle of 260.93º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B10E7 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9116231-
CMYK0.610.9300.09
HSL260.93º87.04%48.43%-
HSV(B)260.93º93.07%90.59%-
XYZ18.928.3676.22-
YUV62.94222.85148.02-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.92%
GREEN value IS 16 (6.64% from 255) = 4.73%
BLUE value IS 231 (90.62% from 255) = 68.34%
R=26.92%
G=4.73%
B=68.34%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal91162310.610.9300.09260.9387.0448.43
Hex5B10E73D5D091055730
Octal133203477513501140512760
Binary101101110000111001111111011011101010011000001011010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B10E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,231); }

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

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

 a { background-color: rgb(91,16,231); }

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

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

 span { border-color: rgb(91,16,231); }

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