#601173

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

Shades of Seance #601173

Tints of Seance #601173

Color information

#601173 (or 0x601173) is unknown color: approx Seance. HEX triplet: 60, 11 and 73. RGB value is (96,17,115). Sum of RGB (Red+Green+Blue) = 96+17+115=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 115 (45.31% from 255 or 50.44% from 228); Max value from RGB is 115 - color contains mainly: blue. Hex color #601173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #601173 is #9FEE8C. Grayscale: #333333. Windows color (decimal): -10481293 or 7541088. OLE color: 7541088.

HSL color Cylindrical-coordinate representation of color #601173: hue angle of 288.37º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601173 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9617115-
CMYK0.170.8500.55
HSL288.37º74.24%25.88%-
HSV(B)288.37º85.22%45.1%-
XYZ8.124.1316.59-
YUV51.79163.67159.53-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.11%
GREEN value IS 17 (7.03% from 255) = 7.46%
BLUE value IS 115 (45.31% from 255) = 50.44%
R=42.11%
G=7.46%
B=50.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96171150.170.8500.55288.3774.2425.88
Hex60117311550371204a1a
Octal140211632112506744011232
Binary11000001000111100111000110101010110111100100000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601173; }

 p { color: rgb(96,17,115); }

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

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

 a { background-color: rgb(96,17,115); }

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

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

 span { border-color: rgb(96,17,115); }

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