#5C27E5

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

Shades of Han Purple #5C27E5

Tints of Han Purple #5C27E5

Color information

#5C27E5 (or 0x5C27E5) is unknown color: approx Han Purple. HEX triplet: 5C, 27 and E5. RGB value is (92,39,229). Sum of RGB (Red+Green+Blue) = 92+39+229=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #5C27E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C27E5 is #A3D81A. Grayscale: #4B4B4B. Windows color (decimal): -10737691 or 15017820. OLE color: 15017820.

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

Color convert

RGB9239229-
CMYK0.600.8300.10
HSL256.74º78.51%52.55%-
HSV(B)256.74º82.97%89.8%-
XYZ19.289.3874.92-
YUV76.51214.06139.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.56%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 229 (89.84% from 255) = 63.61%
R=25.56%
G=10.83%
B=63.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal92392290.600.8300.10256.7478.5152.55
Hex5C27E53C530A1014f35
Octal134473457412301240111765
Binary1011100100111111001011111001010011010101000000011001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C27E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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