#5c37e5

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

Shades of Han Purple #5C37E5

Tints of Han Purple #5C37E5

Color information

#5C37E5 (or 0x5C37E5) is unknown color: approx Han Purple. HEX triplet: 5C, 37 and E5. RGB value is (92,55,229). Sum of RGB (Red+Green+Blue) = 92+55+229=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #5C37E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C37E5 is #A3C81A. Grayscale: #555555. Windows color (decimal): -10733595 or 15021916. OLE color: 15021916.

HSL color Cylindrical-coordinate representation of color #5C37E5: hue angle of 252.76º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C37E5 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9255229-
CMYK0.600.7600.10
HSL252.76º76.99%55.69%-
HSV(B)252.76º75.98%89.8%-
XYZ19.9210.6675.14-
YUV85.9208.76132.35-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.47%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 229 (89.84% from 255) = 60.90%
R=24.47%
G=14.63%
B=60.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal92552290.600.7600.10252.7676.9955.69
Hex5C37E53C4C0Afd4d38
Octal134673457411401237511570
Binary101110011011111100101111100100110001010111111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c37e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,55,229); }

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

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

 a { background-color: rgb(92,55,229); }

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

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

 span { border-color: rgb(92,55,229); }

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