#5E1270

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

Shades of Seance #5E1270

Tints of Seance #5E1270

Color information

#5E1270 (or 0x5E1270) is unknown color: approx Seance. HEX triplet: 5E, 12 and 70. RGB value is (94,18,112). Sum of RGB (Red+Green+Blue) = 94+18+112=224 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.96% from 224); Green value is 18 (7.42% from 255 or 8.04% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #5E1270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1270 is #A1ED8F. Grayscale: #333333. Windows color (decimal): -10612112 or 7344734. OLE color: 7344734.

HSL color Cylindrical-coordinate representation of color #5E1270: hue angle of 288.51º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E1270 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9418112-
CMYK0.160.8400.56
HSL288.51º72.31%25.49%-
HSV(B)288.51º83.93%43.92%-
XYZ7.763.9815.69-
YUV51.44162.18158.36-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.96%
GREEN value IS 18 (7.42% from 255) = 8.04%
BLUE value IS 112 (44.14% from 255) = 50%
R=41.96%
G=8.04%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal94181120.160.8400.56288.5172.3125.49
Hex5E127010540381214819
Octal136221602012407044111031
Binary10111101001011100001000010101000111000100100001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,18,112); }

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

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

 a { background-color: rgb(94,18,112); }

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

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

 span { border-color: rgb(94,18,112); }

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