#5C10EB

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

Shades of Han Purple #5C10EB

Tints of Han Purple #5C10EB

Color information

#5C10EB (or 0x5C10EB) is unknown color: approx Han Purple. HEX triplet: 5C, 10 and EB. RGB value is (92,16,235). Sum of RGB (Red+Green+Blue) = 92+16+235=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #5C10EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5C10EB is #A3EF14. Grayscale: #3E3E3E. Windows color (decimal): -10743573 or 15405148. OLE color: 15405148.

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

Color convert

RGB9216235-
CMYK0.610.9300.08
HSL260.82º87.25%49.22%-
HSV(B)260.82º93.19%92.16%-
XYZ19.598.6479.23-
YUV63.69224.68148.19-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 16 (6.64% from 255) = 4.66%
BLUE value IS 235 (92.19% from 255) = 68.51%
R=26.82%
G=4.66%
B=68.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92162350.610.9300.08260.8287.2549.22
Hex5C10EB3D5D081055731
Octal134203537513501040512761
Binary101110010000111010111111011011101010001000001011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C10EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,16,235); }

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

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

 a { background-color: rgb(92,16,235); }

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

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

 span { border-color: rgb(92,16,235); }

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