#5E1C72

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

Shades of Seance #5E1C72

Tints of Seance #5E1C72

Color information

#5E1C72 (or 0x5E1C72) is unknown color: approx Seance. HEX triplet: 5E, 1C and 72. RGB value is (94,28,114). Sum of RGB (Red+Green+Blue) = 94+28+114=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #5E1C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E1C72 is #A1E38D. Grayscale: #393939. Windows color (decimal): -10609550 or 7478366. OLE color: 7478366.

HSL color Cylindrical-coordinate representation of color #5E1C72: hue angle of 286.05º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E1C72 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9428114-
CMYK0.180.7500.55
HSL286.05º60.56%27.84%-
HSV(B)286.05º75.44%44.71%-
XYZ8.074.4316.35-
YUV57.54159.87154.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.83%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 114 (44.92% from 255) = 48.31%
R=39.83%
G=11.86%
B=48.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal94281140.180.7500.55286.0560.5627.84
Hex5E1C72124B03711e3d1c
Octal13634162221130674367534
Binary1011110111001110010100101001011011011110001111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,28,114); }

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

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

 a { background-color: rgb(94,28,114); }

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

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

 span { border-color: rgb(94,28,114); }

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